Skip to content

Commit c392386

Browse files
committed
simplify
1 parent 7b3e20f commit c392386

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,11 @@ jobs:
2828
name: clean up working directory
2929
- run: npx @turbo/codemod update . && pnpm update --latest -r
3030
name: Update dependencies
31-
- run: pnpm build
32-
name: Build all apps to make sure it is not broken due to dependency upgrades
33-
- name: Run unit tests
34-
run: pnpm test
35-
- name: Generate/update docs
36-
run: pnpm doc
3731
- name: Setup Git
3832
run: |
3933
git config --global user.name "mayank1513"
4034
git config --global user.email "mayank.srmu@gmail.com"
4135
git fetch
4236
git checkout main
4337
- name: Save upgraded packages back to repo
44-
run: git add . && git commit -m "upgrade deps && docs" && git push origin main
38+
run: git add . && git commit -m "upgrade deps" && git push origin main

0 commit comments

Comments
 (0)