diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a40bf08..64433a3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,6 +32,10 @@ jobs: cd docs/book mdbook build - uses: actions/configure-pages@v5 + with: + # Auto-enable Pages on the repo if not already configured. + # Without this, the action errors with "Get Pages site failed". + enablement: true - uses: actions/upload-pages-artifact@v3 with: path: target/book