Skip to content

Commit

Permalink
Update deploy-zola.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata authored Feb 17, 2024
1 parent dcd301b commit 7608c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-zola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
uses: semanticdata/upload-pages-artifact@v0.1.0
uses: actions/upload-pages-artifact@v3
with:
path: ./public

Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: semanticdata/deploy-pages@v0.1.0
uses: actions/deploy-pages@v4

0 comments on commit 7608c34

Please sign in to comment.