Skip to content

Commit 9248f63

Browse files
authored
removing on push deploy-book.yml
1 parent da6c896 commit 9248f63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-book.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: deploy-book
22

33
# Run this when the master or main branch changes
44
on:
5-
push:
6-
branches:
5+
workflow_dispatch:
6+
# push:
7+
# branches:
78
# - main
89
# If your git repository has the Jupyter Book within some-subfolder next to
910
# unrelated files, you can make this run only if a file within that specific

0 commit comments

Comments
 (0)