Skip to content

Commit 38930f2

Browse files
authored
Merge pull request #23 from py-why/update-actions
updated build actions version to avoid error
2 parents c1203e6 + 8fca182 commit 38930f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Upload GH Pages Artifact
2828
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
29-
uses: actions/upload-pages-artifact@v0
29+
uses: actions/upload-pages-artifact@v2
3030
with:
3131
path: ./_site
3232

@@ -47,4 +47,4 @@ jobs:
4747

4848
steps:
4949
- name: Deploy
50-
uses: actions/deploy-pages@v1
50+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)