Skip to content

Commit a0cc68a

Browse files
committed
Small changes
1 parent 6748a17 commit a0cc68a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/website-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: peaceiris/actions-gh-pages@v4
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
45-
publish_dir: website/output/public
45+
publish_dir: website/.output/public
4646
publish_branch: gh-pages
4747
destination_dir: website
4848
keep_files: true

website/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ bun run preview
7373
```
7474

7575
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
76-

0 commit comments

Comments
 (0)