docs(ci): fix stale base-path comment in Pages workflow
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 24s
Deploy to GitHub Pages / deploy (push) Has been skipped

This commit is contained in:
Julien Calixte
2026-06-19 18:25:43 +02:00
parent d2f2c949c9
commit 289dde523f

View File

@@ -33,7 +33,7 @@ jobs:
- run: pnpm install --frozen-lockfile
# base must match the project-page path: https://<owner>.github.io/macroplan/
# Served from a custom domain at the root, so no --base override.
- run: pnpm build
- uses: actions/configure-pages@v5