We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90e3a82 + 4b742c9 commit 0d800f0Copy full SHA for 0d800f0
.github/workflows/build_deploy.yml
@@ -5,14 +5,7 @@ name: Deploy Jupyter Book
5
on:
6
push:
7
branches:
8
- - master
9
- - docs
10
- # If your git repository has the Jupyter Book within some-subfolder next to
11
- # unrelated files, you can make this run only if a file within that specific
12
- # folder has been modified.
13
- #
14
- # paths:
15
- # - some-subfolder/**
+ - main
16
17
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
18
jobs:
0 commit comments