Skip to content

Commit 92518b3

Browse files
authored
disable experimental gatsby cache
1 parent dd44d43 commit 92518b3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/production.yml

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

0 commit comments

Comments
 (0)