Skip to content
Snippets Groups Projects
Commit 0c79878c authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

CI: re-enable master only for html pages

parent 08e466da
No related branches found
No related tags found
No related merge requests found
Pipeline #119542 passed
......@@ -61,13 +61,12 @@ ifo:
when: always
paths:
- ifo
expire_in: 4w
# generate the html doc web pages
html:
stage: docs
# only:
# - master
only:
- master
needs:
- test
image: $CI_REGISTRY_IMAGE/images/base:$CI_COMMIT_REF_NAME
......@@ -82,12 +81,11 @@ html:
when: always
paths:
- public
expire_in: 4w
pages:
stage: deploy
# only:
# - master
only:
- master
needs:
- job: ifo
artifacts: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment