Skip to content

Commit

Permalink
fix: correct location for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctwhome committed Apr 21, 2022
1 parent 6495153 commit 21ae477
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
# install dependencies if the cache did not hit
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn --frozen-lockfile
run: |
cd documentation
yarn --frozen-lockfile
# run build script
- name: Build VuePress site
Expand Down

0 comments on commit 21ae477

Please sign in to comment.