Skip to content

Commit 48b1e34

Browse files
authored
Update deploy.yml
1 parent abc42e5 commit 48b1e34

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,14 @@ jobs:
137137
uses: actions/configure-pages@v3
138138
if: ${{ !cancelled() }}
139139
- name: Upload artifact
140-
uses: actions/upload-pages-artifact@v2
140+
uses: actions/upload-pages-artifact@main
141141
if: ${{ !cancelled() }}
142142
with:
143-
path: "dist/"
143+
name: github-pages
144+
path: dist/
144145
- name: Deploy to GitHub Pages
145146
id: deployment
146-
uses: actions/deploy-pages@v2
147+
uses: actions/deploy-pages@v4
147148
if: ${{ !cancelled() }}
149+
with:
150+
artifact_name: github-pages

0 commit comments

Comments
 (0)