Skip to content

Commit

Permalink
Add gatsby cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tsung-ju committed Jul 18, 2021
1 parent cda1821 commit e937a7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
with:
node-version: '14'
cache: 'npm'
- name: Gatsby Cache
uses: actions/cache@v2
with:
path: |
docs/.cache
docs/public
key: ${{ runner.os }}-gatsby
- name: Build
run: |
npm install
Expand Down

0 comments on commit e937a7d

Please sign in to comment.