mirror of
https://github.com/sussy-code/docs.git
synced 2026-04-21 00:42:03 +00:00
Set base URL
This commit is contained in:
parent
2faee2931e
commit
723f869de2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/github_pages.yml
vendored
2
.github/workflows/github_pages.yml
vendored
|
|
@ -52,6 +52,8 @@ jobs:
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
- name: Static HTML export with Nuxt
|
- name: Static HTML export with Nuxt
|
||||||
run: pnpm generate
|
run: pnpm generate
|
||||||
|
env:
|
||||||
|
NUXT_APP_BASE_URL: /docs/
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue