Skip to content

Commit bf3404c

Browse files
committed
chore: tweaks
1 parent ea503c6 commit bf3404c

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: Deploy Website to GitHub Pages
1+
name: Website
22

33
on:
44
push:
55
branches:
66
- main
7-
- 'chore/gh-actions-docs'
87

98
jobs:
109
deploy:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: codecov/codecov-action@v2
7777

7878
test-react-17:
79-
needs: [test]
79+
needs: [lint, typecheck]
8080
runs-on: ubuntu-latest
8181
name: Test React 17
8282
steps:

website/docs/MigrationV2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,3 @@ function flushMicrotasksQueue() {
124124
return new Promise((resolve) => setImmediate(resolve));
125125
}
126126
```
127-
128-
1, 2, 3 MIC CHECK

0 commit comments

Comments
 (0)