Skip to content

Commit 8ae010d

Browse files
committedDec 13, 2021
fix documentation workflow
1 parent 681d6ee commit 8ae010d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/documentation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/setup-node@v2.3.0
1818
- name: Install Packages
1919
run: npm ci
20+
- name: Build tests tools
21+
run: npm run build:tests-tools
2022
- name: Generate Documentation
2123
run: npm run documentation
2224
- name: Upload

0 commit comments

Comments
 (0)
Please sign in to comment.