Skip to content

Commit 2d9ad3b

Browse files
authored
Publish to main instead of gh-pages
1 parent 50e15cc commit 2d9ad3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pages-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
uses: peaceiris/actions-gh-pages@v4
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: ./ # adjust if your site is in ./docs or ./build
37+
publish_dir: ./
38+
publish_branch: main

0 commit comments

Comments
 (0)