Skip to content

Commit

Permalink
Update deploy.yml (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuinox authored Dec 22, 2023
1 parent 3b7961c commit d30cffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
uses: actions/configure-pages@v2

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.4
uses: actions/upload-pages-artifact@v3.0.0
with:
path: 'out'

- name: Deploy GitHub Pages site
uses: actions/deploy-pages@v1.2.2
uses: actions/deploy-pages@v4.0.0

0 comments on commit d30cffe

Please sign in to comment.