Skip to content

Commit

Permalink
[Ci/Cd] Adjusted the path of the yarn lock file for the deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Sep 10, 2023
1 parent d4e20e9 commit a5fc5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: ./docusaurus/yarn.lock


- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit a5fc5f6

Please sign in to comment.