Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
cp -r docs _site
rm -f _site/go.mod _site/go.sum
rm -rf _site/plans
find _site -name '*.go' -delete
# Keep assets/examples/*/main.go — docsify embeds them via ':include'.
find _site -name '*_test.go' -delete
mkdir -p _site/playground
cp examples/cmd/wasm/web/index.html _site/playground/
cp examples/cmd/wasm/web/paper.wasm _site/playground/
Expand Down
Loading