Skip to content

Commit

Permalink
ci(gh-action:deploy-page): remove working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kpbaks committed Apr 7, 2024
1 parent 7bd9c73 commit 25a4b60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:

- name: optimize Wasm
uses: NiklasEi/wasm-opt-action@v2
working-directory: crates/gbpplanner-rs
# working-directory: crates/gbpplanner-rs
with:
file: dist/*.wasm
# file: ./crates/gbpplanner-rs/dist/*.wasm
# file: dist/*.wasm
file: ./crates/gbpplanner-rs/dist/*.wasm

# deploy-to-github-pages:
# working-directory: crates/gbpplanner-rs
Expand Down

0 comments on commit 25a4b60

Please sign in to comment.