Skip to content

Commit db69efe

Browse files
authored
feat: add documentation generation step to push workflow (#1942)
1 parent 8c94e78 commit db69efe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: 🛠 Build packages
3535
run: yarn build
3636

37+
- name: 📃 Generate docs
38+
run: yarn docs:generate
39+
3740
- name: 📐 Commit package sizes
3841
if: github.repository_owner == 'airbnb'
3942
# note: `git diff-index --quiet HEAD`

0 commit comments

Comments
 (0)