Skip to content

Commit 22568d4

Browse files
ci: add turbo repo cache on deploy build
1 parent 1baa516 commit 22568d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- run: npm ci
2121

2222
- run: npm run build
23+
env:
24+
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
25+
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
2326

2427
- name: Deploy storybook
2528
working-directory: ./packages/docs

0 commit comments

Comments
 (0)