Update _toc.yml #419
This file contains hidden or 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 TeachBook or Jupyter Book v1 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/** | |
| - requirements.txt | |
| - .github/workflows/call-deploy-book.yml | |
| workflow_dispatch: | |
| jobs: | |
| call-workflow: | |
| uses: TeachBooks/deploy-book-workflow/.github/workflows/deploy-book.yml@v1 | |
| secrets: inherit | |
| permissions: | |
| contents: read | |
| pages: write | |
| id-token: write | |