Skip to content

Commit 33be5d9

Browse files
committed
Update deploy.yml
1 parent 20349e5 commit 33be5d9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
run: npm run build
3131

3232
- name: Deploy to GitHub Pages
33-
uses: peaceiris/actions-gh-pages@v4
33+
uses: actions/configure-pages@v4
34+
- uses: actions/upload-pages-artifact@v3
3435
with:
35-
github_token: ${{ secrets.GITHUB_TOKEN }}
36-
publish_dir: ./frontend/dist
37-
publish_branch: gh-pages
38-
cname: ""
36+
path: "./dist"
37+
- uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)