We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6aaf2 commit 07b16bfCopy full SHA for 07b16bf
.github/workflows/static.yml
@@ -3,9 +3,9 @@ name: deploy-book
3
# Run this when the master or main branch changes
4
on:
5
push:
6
- branches:
7
- - main
8
- - final-updates
+ # branches:
+ # - main
+ # - final-updates
9
# If your git repository has the Jupyter Book within some-subfolder next to
10
# unrelated files, you can make this run only if a file within that specific
11
# folder has been modified.
0 commit comments