We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3e20f commit c392386Copy full SHA for c392386
1 file changed
.github/workflows/docs.yml
@@ -28,17 +28,11 @@ jobs:
28
name: clean up working directory
29
- run: npx @turbo/codemod update . && pnpm update --latest -r
30
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
37
- name: Setup Git
38
run: |
39
git config --global user.name "mayank1513"
40
git config --global user.email "mayank.srmu@gmail.com"
41
git fetch
42
git checkout main
43
- name: Save upgraded packages back to repo
44
- run: git add . && git commit -m "upgrade deps && docs" && git push origin main
+ run: git add . && git commit -m "upgrade deps" && git push origin main
0 commit comments