Skip to content

Commit

Permalink
disable experimental gatsby cache for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij authored Mar 18, 2021
1 parent 92518b3 commit 5350b0b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,8 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm install
- name: Gatsby Cache Folder
uses: actions/cache@v1
with:
key: gatsby-cache-folder
path: .cache
- name: Gatsby Public Folder
uses: actions/cache@v1
with:
key: gatsby-public-folder
path: public
- name: Build project
run: npm run build:incremental
run: npm run build:gatsby
- name: Install AWS CLI dependencies
run: sudo apt-get update && sudo apt-get -y install python3-pip python-dev
- name: Install AWS CLI
Expand Down

0 comments on commit 5350b0b

Please sign in to comment.