Skip to content

Commit 11167b2

Browse files
committed
fixed the workflow
1 parent ca0e01e commit 11167b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Set the environment variable and run the generate script
2626
- name: Build and Generate Static Files
2727
# **IMPORTANT:** Replace 'repository-name' with your actual repository name
28-
run: NUXT_APP_BASE_URL=/<repository-name>/ npm run generate
28+
run: NUXT_APP_BASE_URL=/comforterpdocsnuxt/ npm run generate
2929

3030
- name: Deploy to GitHub Pages
3131
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)