Update mkdocs.yml
This commit is contained in:
parent
8d3d2d9d02
commit
8080c14610
1 changed files with 5 additions and 5 deletions
10
.github/workflows/mkdocs.yml
vendored
10
.github/workflows/mkdocs.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: MkDocs
|
||||
name: mkdocs
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -38,10 +38,10 @@ jobs:
|
|||
working-directory: ./mkdocs
|
||||
run: |
|
||||
mkdocs build
|
||||
- name: Validate generated HTML files
|
||||
working-directory: ./mkdocs
|
||||
run: |
|
||||
docker run -v $(pwd):/test --rm wjdp/htmltest --conf .htmltest.yml
|
||||
# - name: Validate generated HTML files
|
||||
# working-directory: ./mkdocs
|
||||
# run: |
|
||||
# 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')
|
||||
|
|
Loading…
Reference in a new issue