Skip to content

Commit b66c60c

Browse files
committed
Update ci.yml
Use requirements.txt file instead of hard coded deps
1 parent 7c62167 commit b66c60c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ jobs:
3434
- name: build documentation
3535
run: mkdocs build
3636
- name: deploy documentation
37+
# Deploy only on main branch, not on feature branches or pull requests
3738
if: ${{ github.ref == 'refs/heads/main' }}
3839
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)