diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fb820a7..8b3eb8c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,9 +92,11 @@ jobs: ${{ runner.os }}-node- - name: Install dependencies + working-directory: web run: npm ci - name: Run generate + working-directory: web run: npm run generate - name: Publish to Cloudflare Pages @@ -171,4 +173,4 @@ jobs: gh pr comment ${{ github.event.number }} -R ${{ github.repository }} -F comment.md env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}