mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-31 18:38:48 +00:00
ci[patch]: Set root dir to ./docs (#19102)
This commit is contained in:
7
.github/workflows/check-broken-links.yml
vendored
7
.github/workflows/check-broken-links.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user