diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 3c80f2e..1467c91 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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