Skip to content

Commit 76cc56e

Browse files
committed
WIP
1 parent ad7841d commit 76cc56e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: peaceiris/actions-gh-pages@v4
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
42-
publish_dir: ./site
42+
publish_dir: ./docs/api
4343
publish_branch: gh-pages
4444
user_name: ${{ github.actor }}
4545
user_email: ${{ github.actor }}@users.noreply.github.com

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TEST_DIR := tests
1111
BUILD_DIR := zig-out
1212
CACHE_DIR := .zig-cache
1313
DOC_SRC := src/lib.zig
14-
DOC_OUT := site
14+
DOC_OUT := docs/api
1515
RELEASE_MODE := ReleaseSmall
1616

1717
# Get all .zig files in the examples directory and extract their stem names

0 commit comments

Comments
 (0)