Skip to content

docs: 📝 update README with specifics of this course (#37) #19

docs: 📝 update README with specifics of this course (#37)

docs: 📝 update README with specifics of this course (#37) #19

Workflow file for this run

name: Build and deploy website
on:
push:
branches: main
jobs:
build-deploy-website:
uses: rostools/.github/.github/workflows/build-website.yml@main
secrets:
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}