Skip to content

Commit 962e9a2

Browse files
committed
fix pages ci
1 parent 09c75b3 commit 962e9a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
--minify \
5252
--baseURL "${{ steps.pages.outputs.base_url }}/"
5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v2
54+
uses: actions/upload-pages-artifact@v3
5555
with:
5656
path: ./docs/public
5757

@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v2
71+
uses: actions/deploy-pages@v4

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "zigcli",
3-
.version = "0.1.4",
3+
.version = "0.1.5",
44
.paths = .{
55
"src",
66
"build.zig",

0 commit comments

Comments
 (0)