Update eleventy pathPrefix to reflect my actual setup.
All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 38s
All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 38s
This commit is contained in:
parent
ccb48b9bdd
commit
af9b88a6d9
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Install dependencies & build
|
||||
run: |
|
||||
npm ci
|
||||
npm run build -- --pathprefix="/tenkuma/web"
|
||||
npm run build -- --pathprefix="/pages/tenkuma/web"
|
||||
|
||||
- name: Deploy to forgejo-pages
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue