Skip to content

Commit f2e7dd8

Browse files
committed
Another attempt at fixing the github deployment
1 parent f07c670 commit f2e7dd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
npm run build
4444
4545
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v1
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: './example/github-pages-example/dist'
49-
49+
5050
deploy:
5151
environment:
5252
name: github-pages
@@ -56,4 +56,4 @@ jobs:
5656
steps:
5757
- name: Deploy to GitHub Pages
5858
id: deployment
59-
uses: actions/deploy-pages@v2
59+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)