Update mkdocs.yml
This commit is contained in:
parent
fd1bfcf1de
commit
ab92460857
1 changed files with 0 additions and 1 deletions
1
.github/workflows/mkdocs.yml
vendored
1
.github/workflows/mkdocs.yml
vendored
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue