update section links and regenerate _freeze #5
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 Latest | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Deploy | |
| uses: cambiotraining/crit-gh-actions/course-deploy@main | |
| with: | |
| pre_render: "echo 'Optional pre-render commands'" | |
| post_render: "echo 'Optional post-render commands'" | |
| enable_archive: "true" | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |