Skip to content

Commit

Permalink
ci: fix jobs "pages" has no artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fstamour committed Jul 21, 2024
1 parent 9ff7ba2 commit e0a4764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ test:
# - abcl
# - ccl
# - ecl
# There's a test that generates some documentation
artifacts:
paths:
- public


## The job "doc" will re-run the tests, but I'm keeping that
## redundancy because the job "test" will be expanded to work on
Expand Down Expand Up @@ -63,3 +60,6 @@ pages:
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
- when: manual
artifacts:
paths:
- public

0 comments on commit e0a4764

Please sign in to comment.