Skip to content

Commit 417223f

Browse files
authored
chore: prefactor to make room for more docs packages (#10115)
### Description Pre-factor to make room for more packages at `docs/*`. We're going to be adding a few more goodies here soon. ### Testing Instructions The action for the validator should still run and work on this PR.
1 parent ceeb518 commit 417223f

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
node-version: 20
2323

2424
- name: Run link checker
25-
run: cd docs && pnpm run check-links
25+
run: cd docs/link-checker && pnpm run check-links
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pnpm-lock.yaml

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
packages:
22
- ".github/actions/*"
33
- "cli"
4-
- "docs"
4+
- "docs/*"
55
- "packages/*"
66
- "turborepo-tests/*"
77
# Intentionally exclude the `npm` `turbo` package from the workspaces.

0 commit comments

Comments
 (0)