Move Thank you slide in front of Optional topics, fix link #1
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: Deploy JupyterLite | |
| on: | |
| push: | |
| branches: ['**'] # Deploy all branches | |
| permissions: | |
| contents: write | |
| jobs: | |
| deploy: | |
| uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/deploy-jupyterlite.yml@main | |
| secrets: inherit |