Skip to content

Commit

Permalink
fix yarn cache
Browse files Browse the repository at this point in the history
Signed-off-by: adaraiseh <adaraiseh@okdanetworks.com>
  • Loading branch information
adaraiseh committed Apr 3, 2024
1 parent 07aa733 commit 9141dba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
name: Deploy to GitHub Pages
defaults:
run:
shell: bash
working-directory: ./

on:
push:
Expand All @@ -22,7 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
cache: yarn
cache-dependency-path: "./"

- name: Install dependencies
Expand Down

0 comments on commit 9141dba

Please sign in to comment.