Skip to content

Commit 8f130ac

Browse files
move vocs-docs files to the root (#408)
* move vocs-docs files to the root * updating old vocs-docs path * Remove pnpm action setup from lint workflow * Update lint workflow to install pnpm globally * Update lint command in package.json to use glob pattern for documentation files * Update README to clarify Vercel deployment root directory setting * trigger rebuild
1 parent 9e5e996 commit 8f130ac

File tree

482 files changed

+5
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+5
-13
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,18 @@ name: Lint Vocs Docs
22

33
on:
44
push:
5-
paths:
6-
- 'vocs-docs/**'
75
pull_request:
8-
paths:
9-
- 'vocs-docs/**'
106

117
jobs:
128
lint:
139
runs-on: ubuntu-latest
14-
defaults:
15-
run:
16-
working-directory: vocs-docs
1710
steps:
1811
- uses: actions/checkout@v4
19-
- uses: pnpm/action-setup@v3
20-
with:
21-
version: 8
2212
- uses: actions/setup-node@v4
2313
with:
2414
node-version: 20
25-
cache: 'pnpm'
15+
- name: Install pnpm
16+
run: npm install -g pnpm@8
2617
- name: Install dependencies
2718
run: pnpm install
2819
- name: Run linter
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 1 deletion
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)