renamed notebooks, changed toc, added markdown #39
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: call-deploy-book | |
on: | |
push: | |
branches: | |
- '**' | |
# If your git repository has the Jupyter Book within some-subfolder next to | |
# unrelated files, you can make this run only if a file within that specific | |
# folder (or the workflow file itself) has been modified. | |
# | |
paths: | |
- book/** | |
- .github/workflows/call-deploy-book.yml | |
workflow_dispatch: | |
jobs: | |
call-workflow: | |
uses: TeachBooks/deploy-book-workflow/.github/workflows/deploy-book.yml@main | |
secrets: inherit | |
permissions: | |
contents: read | |
pages: write | |
id-token: write | |