mirror of
https://github.com/sussy-code/docs.git
synced 2026-01-11 20:10:19 +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
|
||||
- name: Static HTML export with Nuxt
|
||||
run: pnpm generate
|
||||
env:
|
||||
NUXT_APP_BASE_URL: /docs/
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue