We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0e01e commit 11167b2Copy full SHA for 11167b2
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
# Set the environment variable and run the generate script
26
- name: Build and Generate Static Files
27
# **IMPORTANT:** Replace 'repository-name' with your actual repository name
28
- run: NUXT_APP_BASE_URL=/<repository-name>/ npm run generate
+ run: NUXT_APP_BASE_URL=/comforterpdocsnuxt/ npm run generate
29
30
- name: Deploy to GitHub Pages
31
uses: peaceiris/actions-gh-pages@v3
0 commit comments