Skip to content

Commit

Permalink
Update upload-pages-artifact and deploy-pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Oct 16, 2024
1 parent 1861c41 commit dd5f482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/jekyll-build-pages@v1
with:
source: src/
- uses: actions/upload-pages-artifact@v1.0.8
- uses: actions/upload-pages-artifact@v3

deploy:
runs-on: ubuntu-latest
Expand All @@ -61,4 +61,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit dd5f482

Please sign in to comment.