Skip to content

Commit fb3284b

Browse files
authored
update docs build cache issues (#1311)
1 parent e606224 commit fb3284b

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/docs-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535

3636
- name: Install Vercel CLI
3737
run: npm install --global vercel@latest
38+
39+
- name: RM Vercel Cache
40+
run: rm -rf .vercel
3841

3942
- name: Pull Vercel Environment Information
4043
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install Vercel CLI
3333
run: npm install --global vercel@latest
3434

35+
- name: RM Vercel Cache
36+
run: rm -rf .vercel
37+
3538
- name: Pull Vercel Environment Information
3639
working-directory: ./docs
3740
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

.github/workflows/nft-docs-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Install Vercel CLI
3636
run: npm install --global vercel@latest
3737

38+
- name: RM Vercel Cache
39+
run: rm -rf .vercel
40+
3841
- name: Pull Vercel Environment Information
3942
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
4043
working-directory: ./nft-docs

.github/workflows/nft-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install Vercel CLI
3333
run: npm install --global vercel@latest
3434

35+
- name: RM Vercel Cache
36+
run: rm -rf .vercel
37+
3538
- name: Pull Vercel Environment Information
3639
working-directory: ./nft-docs
3740
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)