Skip to content

Commit a840726

Browse files
Ashish KumarAshish Kumar
authored andcommitted
chore: updated workflow
1 parent 8324096 commit a840726

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: pnpm run build
3333

3434
- name: Deploy
35-
uses: JamesIves/github-pages-deploy-action@v4
35+
uses: peaceiris/actions-gh-pages@v3
3636
with:
37-
folder: out
37+
github_token: ${{ secrets.GITHUB_TOKEN }}
38+
publish_dir: ./out

0 commit comments

Comments
 (0)