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
5 changes: 5 additions & 0 deletions .github/workflows/deploy-wasm-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
# enablement: turn Pages on (GitHub Actions build type) via the API if it
# isn't already, so the very first run can't fail with "Get Pages site
# failed ... Not Found" (the enable-before-read chicken-and-egg).
with:
enablement: true
- uses: actions/upload-pages-artifact@v3
with:
path: deploy/wasm-web
Expand Down
Loading