Embed resources into presentation
All checks were successful
Build an image to deploy website / build (push) Successful in 1m21s

This commit is contained in:
2024-11-06 14:37:53 +01:00
parent 9530b07eef
commit a2c388adf9
5 changed files with 14 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ jobs:
run: pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/essaimage.md -o presentation/src/essaimage.html
- name: Build presentation formation-signature
run: pandoc --from markdown+emoji -t revealjs --resource-path=.:presentation/src/ -s presentation/src/formation-signature.md -o presentation/src/formation-signature.html
run: pandoc --from markdown+emoji -t revealjs --embed-resources --resource-path=.:presentation/src/ -s presentation/src/formation-signature.md -o presentation/src/formation-signature.html
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3