Skip to content

feat: add burger quiz mp4 #98

feat: add burger quiz mp4

feat: add burger quiz mp4 #98

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: ./build-slides.sh
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: public
permissions:
contents: write