Skip to content

Commit 13668f3

Browse files
committed
deploy web
1 parent e812b62 commit 13668f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- uses: jetli/trunk-action@v0.5.0
2424
- name: Build
2525
run: |
26-
# This assumes your book is in the root of your repository.
27-
# Just add a `cd` here if you need to change to another directory.
26+
export RUSTFLAGS="--cfg=web_sys_unstable_apis"
2827
trunk build
2928
- name: Setup Pages
3029
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)