Skip to content

Commit afac3d6

Browse files
authored
Update vue-deploy-github-pages.yml
1 parent 2c25a5b commit afac3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vue-deploy-github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
- name: Configure GitHub pages
7373
uses: actions/configure-pages@v1
7474
- name: Upload GitHub pages artifact
75-
uses: actions/upload-pages-artifact@v1
75+
uses: actions/upload-pages-artifact@v2
7676
with:
7777
path: .
7878
- name: Deploy GitHub pages
7979
id: deployment
80-
uses: actions/deploy-pages@master
80+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)