Skip to content

update student version with curriculum book changes #125

update student version with curriculum book changes

update student version with curriculum book changes #125

Workflow file for this run

name: Deploy
on:
push:
paths:
- 'book/**'
- '.github/workflows/deploy.yaml'
- '.github/actions/**'
branches:
- main
jobs:
build-and-deploy:
if: github.repository == 'geo-smart/mlgeo-instructor'
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: ./.github/actions/buildresources
with:
jb-cache: false
publish-to-gh: true
jb-save: true
token: ${{ secrets.GITHUB_TOKEN }}