Skip to content

Commit 900390f

Browse files
authored
fix: wrong version in deploy.yml
1 parent f507fb1 commit 900390f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to GH pages using Zola
1+
name: pages-deployment
22
on:
33
push:
44
branches: ["main"]
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build with Zola
3737
run: zola build
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v4
39+
uses: actions/upload-pages-artifact@v3
4040
with:
4141
path: ./public
4242

0 commit comments

Comments
 (0)