Skip to content

Commit

Permalink
Updated CI to only change docs on documentation branch
Browse files Browse the repository at this point in the history
  • Loading branch information
John Halazonetis committed Feb 20, 2023
1 parent 7d7d234 commit 88f9970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: python:latest
pages:
stage: deploy
only:
- main
- documentation
script:
- pip install mkdocs-material
- mkdocs build --site-dir public
Expand Down

0 comments on commit 88f9970

Please sign in to comment.