We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8426f3 commit b1e1dabCopy full SHA for b1e1dab
1 file changed
.github/workflows/web-deploy.yml
@@ -21,8 +21,6 @@ jobs:
21
targets: wasm32-unknown-unknown
22
- uses: Swatinem/rust-cache@v2
23
- uses: jetli/trunk-action@v0.4.0
24
- - uses: jetli/wasm-bindgen-action@v0.2.0
25
-
26
- name: Trunk build
27
run: |
28
cd web
@@ -33,4 +31,4 @@ jobs:
33
31
if: github.ref == 'refs/heads/main'
34
32
with:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
- publish_dir: ./web/dist
+ publish_dir: ${{ github.workspace }}/web/dist
0 commit comments