diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dbd184da..a200965e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,8 @@ jobs: run: npm install - name: Deploy to GitHub Pages - working-directory: ./apps/coordinator - run: npm run deploy + run: | + cd apps/coordinator + npm run deploy env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}