From 25a4b6018eea2ec2308a0047227a978077bc0127 Mon Sep 17 00:00:00 2001 From: kpbaks Date: Sun, 7 Apr 2024 13:05:04 +0200 Subject: [PATCH] ci(gh-action:deploy-page): remove `working-directory` --- .github/workflows/deploy-page.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-page.yaml b/.github/workflows/deploy-page.yaml index 867e73d4..75f693ab 100644 --- a/.github/workflows/deploy-page.yaml +++ b/.github/workflows/deploy-page.yaml @@ -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