Skip to content

Commit

Permalink
cache npm deps when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Jul 18, 2024
1 parent bef2a7d commit 11943dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
- uses: actions/setup-node@v4
with:
cache: 'npm'
- name: get deps
run: npm ci
- name: build
Expand Down

0 comments on commit 11943dd

Please sign in to comment.