We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e812b62 commit 13668f3Copy full SHA for 13668f3
.github/workflows/deploy.yml
@@ -23,8 +23,7 @@ jobs:
23
- uses: jetli/trunk-action@v0.5.0
24
- name: Build
25
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.
+ export RUSTFLAGS="--cfg=web_sys_unstable_apis"
28
trunk build
29
- name: Setup Pages
30
uses: actions/configure-pages@v5
0 commit comments