diff --git a/.github/workflows/deploy-web.yaml b/.github/workflows/deploy-web.yaml index 154c37d..6b516e6 100644 --- a/.github/workflows/deploy-web.yaml +++ b/.github/workflows/deploy-web.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: "./web" + working-directory: ./web steps: - name: 🛒 Checkout uses: actions/checkout@v4