Skip to content

Commit

Permalink
Merge pull request #23 from py-why/update-actions
Browse files Browse the repository at this point in the history
updated build actions version to avoid error
  • Loading branch information
amit-sharma authored Jan 23, 2024
2 parents c1203e6 + 8fca182 commit 38930f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Upload GH Pages Artifact
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: actions/upload-pages-artifact@v0
uses: actions/upload-pages-artifact@v2
with:
path: ./_site

Expand All @@ -47,4 +47,4 @@ jobs:

steps:
- name: Deploy
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 38930f2

Please sign in to comment.