Skip to content

Commit 73dd02e

Browse files
committed
simplify docs workflow
1 parent e75c501 commit 73dd02e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@ jobs:
2020
with:
2121
registry-url: https://registry.npmjs.org
2222
node-version: 20
23-
- run: npm i -g pnpm && pnpm i
23+
- run: npm i -g pnpm
2424
name: Install dependencies
25-
- name: Test
26-
run: pnpm build && pnpm test
27-
- run: git stash --include-untracked
28-
name: clean up working directory
2925
- run: npx @turbo/codemod update . && pnpm update --latest -r
3026
name: Update dependencies
3127
- run: pnpm build

0 commit comments

Comments
 (0)