Skip to content

Commit a43ac52

Browse files
authored
More hopeful this will deploy to gh pages
1 parent 7d038a2 commit a43ac52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-docs.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
env:
15-
NUXT_APP_BASE_URL: https://meatpiHQ.github.io/wican-fw/
1614
steps:
1715
- uses: actions/checkout@v3
1816
- run: corepack enable
@@ -23,7 +21,7 @@ jobs:
2321
- run: |
2422
cd docs
2523
npm install
26-
npx nuxt build --preset github_pages
24+
NUXT_APP_BASE_URL=/wican-fw/ npx nuxt build --preset github_pages
2725
- name: Upload artifact
2826
uses: actions/upload-pages-artifact@v3
2927
with:

0 commit comments

Comments
 (0)