Skip to content

Commit

Permalink
Update publish-site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiDhanyaa authored Sep 10, 2024
1 parent 7ddaa2f commit 980d06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4 # Updated to v4
with:
# Upload entire repository
path: '_site/'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2 # Updated to v2

0 comments on commit 980d06b

Please sign in to comment.