Ajout d'un fichier d'action pour CI pour générer l'image docker du site web automatiquement #32

Merged
lucaskev merged 3 commits from feat/ci-build into main 2026-03-24 18:29:19 +00:00
Showing only changes of commit 738cde0f4a - Show all commits

View file

@ -6,6 +6,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Pandoc
run: |
apt-get update
apt-get install -y pandoc
- name: Generate guide.html
run: bash update-guide.sh
- name: Install Podman
run: |
apt-get update