added m15 link to calendars and updated s1/5 calendars #104
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: Build and deploy Jekyll site to GitHub Pages | |
on: | |
push: | |
branches: | |
- main # or master before October 2020 | |
jobs: | |
github-pages: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: helaili/jekyll-action@v2 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
env: | |
CANVAS_TOKEN: ${{secrets.CANVAS_TOKEN}} | |
CANVAS_COURSE_ID: ${{secrets.CANVAS_COURSE_ID}} | |
CANVAS_BASE_URL: ${{ secrets.CANVAS_BASE_URL }} | |
JEKYLL_NO_BUNDLER_REQUIRE: true |