Skip to content

Commit 96e1ac5

Browse files
authored
Update github-pages.yml
Update to actions/upload-pages-artifact@v3 Update to actions/deploy-pages@v4
1 parent 648a6d9 commit 96e1ac5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
- name: Build
2222
uses: actions/jekyll-build-pages@v1
2323
- name: Upload artifact
24-
uses: actions/upload-pages-artifact@v1
24+
uses: actions/upload-pages-artifact@v3
2525
deploy:
2626
runs-on: ubuntu-latest
2727
needs: build
2828
steps:
2929
- name: Deploy to GitHub Pages
3030
id: deployment
31-
uses: actions/deploy-pages@v2
31+
uses: actions/deploy-pages@v4
3232
environment:
3333
name: github-pages
34-
url: ${{ steps.deployment.outputs.page_url }}
34+
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)