Skip to content

Merge pull request #33 from neu-se/project_plan #62

Merge pull request #33 from neu-se/project_plan

Merge pull request #33 from neu-se/project_plan #62

Workflow file for this run

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