diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 32759d0..8aa8e24 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,6 +35,9 @@ jobs: ref: "release/0.1" - name: Setup Pages uses: actions/configure-pages@v5 + - name: Build Docs + run: | + cd docs && make html - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: