fix(ci): build guide.html
Some checks failed
/ build (push) Failing after 1m29s

This commit is contained in:
Hadrien 2026-03-24 19:16:19 +01:00
parent d8edb61bbf
commit 738cde0f4a

View file

@ -6,6 +6,14 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 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 - name: Install Podman
run: | run: |
apt-get update apt-get update