Skip to content

Commit

Permalink
fix(deploy): set the node cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 9, 2023
1 parent f550458 commit 020b02d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ env:

jobs:
deploy:
name: Deploy website
runs-on: ubuntu-22.04
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -33,6 +34,7 @@ jobs:
with:
node-version: 16.x
cache: yarn
cache-dependency-path: ./website/package-lock.json
- name: Install dependencies
working-directory: ./website
run: yarn install --frozen-lockfile --non-interactive
Expand Down

0 comments on commit 020b02d

Please sign in to comment.