Skip to content

Commit

Permalink
fix pages ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Jan 23, 2025
1 parent 09c75b3 commit efda3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/public

Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "zigcli",
.version = "0.1.4",
.version = "0.1.5",
.paths = .{
"src",
"build.zig",
Expand Down

0 comments on commit efda3df

Please sign in to comment.