Skip to content

Commit b1e1dab

Browse files
committed
web-deploy: fix publish dir
1 parent d8426f3 commit b1e1dab

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/web-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
targets: wasm32-unknown-unknown
2222
- uses: Swatinem/rust-cache@v2
2323
- uses: jetli/trunk-action@v0.4.0
24-
- uses: jetli/wasm-bindgen-action@v0.2.0
25-
2624
- name: Trunk build
2725
run: |
2826
cd web
@@ -33,4 +31,4 @@ jobs:
3331
if: github.ref == 'refs/heads/main'
3432
with:
3533
github_token: ${{ secrets.GITHUB_TOKEN }}
36-
publish_dir: ./web/dist
34+
publish_dir: ${{ github.workspace }}/web/dist

0 commit comments

Comments
 (0)