Skip to content

Commit

Permalink
ci(deploy-pages): disable build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Apr 23, 2024
1 parent d8178a0 commit 5fba894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: ./.github/workflows/actions/turbo

- name: Build
run: pnpm build --cache-dir=.turbo --filter documentation
run: pnpm build --cache-dir=.turbo --filter documentation --force
env:
FIGMA_API_TOKEN: ${{ secrets.FIGMA_API_TOKEN }}
CSC: ${{ secrets.READ_CSC_TOKEN }}
Expand Down

0 comments on commit 5fba894

Please sign in to comment.