1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

fix documentation workflow

This commit is contained in:
leibale
2021-12-13 14:26:28 -05:00
parent 681d6ee7c9
commit 8ae010d930

View File

@@ -17,6 +17,8 @@ jobs:
uses: actions/setup-node@v2.3.0
- name: Install Packages
run: npm ci
- name: Build tests tools
run: npm run build:tests-tools
- name: Generate Documentation
run: npm run documentation
- name: Upload