From 64ef81718a2c6c78f3bf6700f988d95759fc178e Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Thu, 12 Aug 2021 18:55:51 -0400 Subject: [PATCH] web-deploy: fix syntax error --- .github/workflows/web-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index d9b2cd6..fdb8b4a 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -32,8 +32,8 @@ jobs: - uses: jetli/wasm-bindgen-action@v0.1.0 - run: | - cd web - trunk build --release + cd web + trunk build --release - uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/main'