We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd44d43 commit 92518b3Copy full SHA for 92518b3
.github/workflows/production.yml
@@ -95,18 +95,8 @@ jobs:
95
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
96
- name: Install dependencies
97
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
105
106
- key: gatsby-public-folder
107
- path: public
108
- name: Build project
109
- run: npm run build:incremental
+ run: npm run build:gatsby
110
- name: Install AWS CLI dependencies
111
run: sudo apt-get update && sudo apt-get -y install python3-pip python-dev
112
- name: Install AWS CLI
0 commit comments