Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Use requirements.txt file instead of hard coded deps
  • Loading branch information
fjp committed Sep 12, 2024
1 parent 7c62167 commit b66c60c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
- name: build documentation
run: mkdocs build
- name: deploy documentation
# Deploy only on main branch, not on feature branches or pull requests
if: ${{ github.ref == 'refs/heads/main' }}
run: mkdocs gh-deploy --force

0 comments on commit b66c60c

Please sign in to comment.