Skip to content

Commit

Permalink
Update upload / deploy pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Mar 22, 2024
1 parent 039dcd3 commit 3a5c86d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Build and deploy the site
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pages: write
id-token: write
Expand All @@ -34,9 +35,9 @@ jobs:
./zola build
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: public

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 3a5c86d

Please sign in to comment.