Skip to content

Commit

Permalink
chore: change cache dep file
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed Mar 6, 2024
1 parent be7b0da commit 9be2cd9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@ jobs:
uses: actions/checkout@v3
- name: Setup Node.js Latest
uses: actions/setup-node@v3
- name: Install dependencies
run: yarn install
with:
cache: 'yarn'
node-version-file: '.nvmrc'
with:
working-directory: examples/sample-react-dapp
cache-dependency-path: examples/sample-react-dapp/yarn.lock
- name: Install dependencies
run: yarn install
- name: Build app
run: yarn build
with:
working-directory: examples/sample-react-dapp

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 9be2cd9

Please sign in to comment.