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 6748a17 commit a0cc68aCopy full SHA for a0cc68a
.github/workflows/website-deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: peaceiris/actions-gh-pages@v4
43
with:
44
github_token: ${{ secrets.GITHUB_TOKEN }}
45
- publish_dir: website/output/public
+ publish_dir: website/.output/public
46
publish_branch: gh-pages
47
destination_dir: website
48
keep_files: true
website/README.md
@@ -73,4 +73,3 @@ bun run preview
73
```
74
75
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
76
-
0 commit comments