Update mkdocs.yml

This commit is contained in:
Antonio Navarro Perez 2021-10-08 12:21:03 +02:00 committed by GitHub
parent fd1bfcf1de
commit ab92460857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,6 @@ jobs:
# docker run -v $(pwd):/test --rm wjdp/htmltest --conf .htmltest.yml
# On push to master or release branch, deploy docs
- name: Set up git author
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/v')
run: |
remote_repo="https://${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git config --global user.name "${GITHUB_ACTOR}"