Skip to content

Commit a66e52d

Browse files
chore: update workflow
Signed-off-by: Henry Gressmann <[email protected]>
1 parent e2e6287 commit a66e52d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
uses: actions/checkout@v3
2828

2929
- name: Build and deploy
30-
uses: shalzz/zola-deploy-action@v0.18.0
30+
uses: shalzz/zola-deploy-action@v0.20.0
3131
env:
3232
BUILD_ONLY: true
3333

3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v2
35+
uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: "public"
3838

3939
- name: Deploy to GitHub Pages
4040
id: deployment
41-
uses: actions/deploy-pages@v2
41+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)