Skip to content

Commit 5350b0b

Browse files
authored
disable experimental gatsby cache for staging
1 parent 92518b3 commit 5350b0b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/staging.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,8 @@ jobs:
9393
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
9494
- name: Install dependencies
9595
run: npm install
96-
- name: Gatsby Cache Folder
97-
uses: actions/cache@v1
98-
with:
99-
key: gatsby-cache-folder
100-
path: .cache
101-
- name: Gatsby Public Folder
102-
uses: actions/cache@v1
103-
with:
104-
key: gatsby-public-folder
105-
path: public
10696
- name: Build project
107-
run: npm run build:incremental
97+
run: npm run build:gatsby
10898
- name: Install AWS CLI dependencies
10999
run: sudo apt-get update && sudo apt-get -y install python3-pip python-dev
110100
- name: Install AWS CLI

0 commit comments

Comments
 (0)