We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6c896 commit 9248f63Copy full SHA for 9248f63
.github/workflows/deploy-book.yml
@@ -2,8 +2,9 @@ name: deploy-book
2
3
# Run this when the master or main branch changes
4
on:
5
- push:
6
- branches:
+ workflow_dispatch:
+ # push:
7
+ # branches:
8
# - main
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
0 commit comments