Skip to content

Move Emmanuel's topic presentation #13

Move Emmanuel's topic presentation

Move Emmanuel's topic presentation #13

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches:
- main
jobs:
publish:
runs-on: self-hosted
steps:
- name: Check out
uses: actions/checkout@v4
- name: Build the site
run: ./utils/build.sh
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs