Skip to content

Commit 564d8f2

Browse files
committed
examples: put them in the webdocs directory
1 parent 9a5c547 commit 564d8f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/webdocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
- name: Build Docs
3434
run: zig build
3535

36+
- name: Build Examples
37+
run: |
38+
cd examples
39+
make wasm
40+
mv zig-out ../zig-out/docs/examples
41+
3642
- name: Upload Artifact
3743
uses: actions/upload-pages-artifact@v1
3844
with:

0 commit comments

Comments
 (0)