Skip to content

Commit

Permalink
ci[patch]: Set root dir to ./docs (langchain-ai#19102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored and gkorland committed Mar 30, 2024
1 parent 1937de5 commit e3d3fcd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check-broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
with:
node-version: 18.x
cache: "yarn"
cache-dependency-path: ./docs/yarn.lock
- name: Install dependencies
run: cd ./docs && yarn install --immutable --mode=skip-build
run: yarn install --immutable --mode=skip-build
working-directory: ./docs
- name: Check broken links
run: cd ./docs && yarn check-broken-links
run: yarn check-broken-links
working-directory: ./docs

0 comments on commit e3d3fcd

Please sign in to comment.