Skip to content

Commit

Permalink
ci: correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed Mar 6, 2024
1 parent 0396d4c commit 9577ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
with:
cache: 'yarn'
node-version-file: '.nvmrc'
cache-dependency-path: examples/sample-react-dapp/yarn.lock
cache-dependency-path: examples/sample-react-dapp
- name: Install dependencies
run: yarn install
working-directory: examples/sample-react-dapp/yarn.lock
- name: Build app
run: yarn build
working-directory: examples/sample-react-dapp/yarn.lock
working-directory: examples/sample-react-dapp

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

0 comments on commit 9577ea8

Please sign in to comment.