Update gh-deploy.yml

continuous-delivery
Sanket Patel 3 years ago committed by GitHub
parent 4946207fc4
commit 67fb7a777b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,4 +31,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Deploy
run: mkdocs gh-deploy
run: |
git config user.name github-actions
git config user.email github-actions@github.com
mkdocs gh-deploy

Loading…
Cancel
Save