Skip to content

Commit

Permalink
update pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Apr 21, 2024
1 parent f979bdb commit 3b9090a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Generate static site
run: npm run generate
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.4
uses: actions/upload-pages-artifact@v3
with:
path: .site

Expand All @@ -58,5 +58,5 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 3b9090a

Please sign in to comment.