Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbirkert authored Jan 17, 2024
1 parent 26a5808 commit 8aa523a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: npm run build

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.3
uses: actions/upload-pages-artifact@v3.0.0
with:
path: build/

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

0 comments on commit 8aa523a

Please sign in to comment.