Skip to content

Commit

Permalink
adding cache to the dependencies on the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brenocastelo committed Dec 15, 2022
1 parent 9a83b97 commit 3060e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 3060e74

Please sign in to comment.