We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7841d commit 76cc56eCopy full SHA for 76cc56e
2 files changed
.github/workflows/docs.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: peaceiris/actions-gh-pages@v4
40
with:
41
github_token: ${{ secrets.GITHUB_TOKEN }}
42
- publish_dir: ./site
+ publish_dir: ./docs/api
43
publish_branch: gh-pages
44
user_name: ${{ github.actor }}
45
user_email: ${{ github.actor }}@users.noreply.github.com
Makefile
@@ -11,7 +11,7 @@ TEST_DIR := tests
11
BUILD_DIR := zig-out
12
CACHE_DIR := .zig-cache
13
DOC_SRC := src/lib.zig
14
-DOC_OUT := site
+DOC_OUT := docs/api
15
RELEASE_MODE := ReleaseSmall
16
17
# Get all .zig files in the examples directory and extract their stem names
0 commit comments