Loading project-automation/pages-hugo.yml +13 −0 Original line number Diff line number Diff line Loading @@ -25,3 +25,16 @@ pages: - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH pages:test: extends: pages stage: test after_script: - mv public test - echo "[!] When browing the test job artifacts you may not see the full final result when opening an HTML file, as the built site may reference absolute or canonified URLs." artifacts: paths: - test when: always rules: - if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH' Loading
project-automation/pages-hugo.yml +13 −0 Original line number Diff line number Diff line Loading @@ -25,3 +25,16 @@ pages: - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH pages:test: extends: pages stage: test after_script: - mv public test - echo "[!] When browing the test job artifacts you may not see the full final result when opening an HTML file, as the built site may reference absolute or canonified URLs." artifacts: paths: - test when: always rules: - if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'