We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fa547 commit 977d455Copy full SHA for 977d455
1 file changed
.github/workflows/ci.yml
@@ -55,3 +55,10 @@ jobs:
55
56
- name: Generate
57
run: pnpm run generate
58
+
59
+ - name: Deploy to GitHub Pages
60
+ uses: peaceiris/actions-gh-pages@v3
61
+ with:
62
+ github_token: ${{ secrets.GITHUB_TOKEN }}
63
+ publish_dir: www/.output/public
64
+ publish_branch: gh-pages
0 commit comments