Skip to content

Commit

Permalink
Update vue-deploy-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris authored Mar 17, 2024
1 parent 2c25a5b commit afac3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vue-deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
- name: Configure GitHub pages
uses: actions/configure-pages@v1
- name: Upload GitHub pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: .
- name: Deploy GitHub pages
id: deployment
uses: actions/deploy-pages@master
uses: actions/deploy-pages@v3

0 comments on commit afac3d6

Please sign in to comment.