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 92518b3 commit 5350b0bCopy full SHA for 5350b0b
.github/workflows/staging.yml
@@ -93,18 +93,8 @@ jobs:
93
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
94
- name: Install dependencies
95
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
103
104
- key: gatsby-public-folder
105
- path: public
106
- name: Build project
107
- run: npm run build:incremental
+ run: npm run build:gatsby
108
- name: Install AWS CLI dependencies
109
run: sudo apt-get update && sudo apt-get -y install python3-pip python-dev
110
- name: Install AWS CLI
0 commit comments