diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f41c1d..66157f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,10 +98,12 @@ jobs: with: node-version: "24" + - name: Generate site content + run: python3 docs/build-manual.py --site + - name: Build documentation site + working-directory: docs/site run: | - python3 docs/build-manual.py --site - cd docs/site npm ci npx astro build