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

fix documentation workflow

This commit is contained in:
leibale
2021-12-13 14:33:11 -05:00
parent 8ae010d930
commit 16b45d13d4

View File

@@ -22,4 +22,9 @@ jobs:
- name: Generate Documentation - name: Generate Documentation
run: npm run documentation run: npm run documentation
- name: Upload - name: Upload
run: npm run gh-pages run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npm run gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}