Update .forgejo/workflows/build-forgejo.yml
All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 32s

This commit is contained in:
天クマ 2026-05-14 11:59:23 -03:00
commit ec25c348e8

View file

@ -35,7 +35,7 @@ jobs:
- name: Install dependencies & build
run: |
npm ci
npm run build
npm run build -- --pathprefix="/tenkuma/web"
- name: Deploy to forgejo-pages
run: |