Skip to content

doc: fix abstract_fr links #26

doc: fix abstract_fr links

doc: fix abstract_fr links #26

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@v4.2.2
- name: Build
run: ./build-slides.sh
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: public
permissions:
contents: write