Skip to content

Commit c91bc82

Browse files
committed
ci(deploy): update environment variables for Nuxt site configuration
1 parent f461818 commit c91bc82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
working-directory: ./docs
5050
run: npm run generate
5151
env:
52-
NUXT_SITE_URL: https://relaticle.github.io/flowforge/
52+
NUXT_APP_BASE_URL: /flowforge/
53+
NUXT_SITE_URL: https://relaticle.github.io
5354

5455
- name: Add .nojekyll file
5556
working-directory: ./docs

0 commit comments

Comments
 (0)