Skip to content

Commit

Permalink
Merge pull request #772 from tubone24/gitalk
Browse files Browse the repository at this point in the history
gitalk renovate
  • Loading branch information
tubone24 authored Jan 15, 2022
2 parents f43d89f + 2572a26 commit 02b2735
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
cache: npm
registry-url: https://npm.pkg.github.com/
scope: '@tubone24'
- name: Cache gatsby
uses: actions/cache@v2
with:
path: ~/.cache
key: gastby-${{ hashFiles('package.json') }}
restore-keys: gastby-
- name: npm install
env:
GATSBY_GITHUB_CLIENT_SECRET: ${{secrets.GATSBY_GITHUB_CLIENT_SECRET}}
Expand Down

0 comments on commit 02b2735

Please sign in to comment.