Skip to content

Commit

Permalink
examples: put them in the webdocs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Aug 24, 2024
1 parent 9a5c547 commit 564d8f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/webdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- name: Build Docs
run: zig build

- name: Build Examples
run: |
cd examples
make wasm
mv zig-out ../zig-out/docs/examples
- name: Upload Artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 564d8f2

Please sign in to comment.