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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -38,10 +38,10 @@ jobs:
|
||||||
working-directory: ./mkdocs
|
working-directory: ./mkdocs
|
||||||
run: |
|
run: |
|
||||||
mkdocs build
|
mkdocs build
|
||||||
- name: Validate generated HTML files
|
# - name: Validate generated HTML files
|
||||||
working-directory: ./mkdocs
|
# working-directory: ./mkdocs
|
||||||
run: |
|
# run: |
|
||||||
docker run -v $(pwd):/test --rm wjdp/htmltest --conf .htmltest.yml
|
# docker run -v $(pwd):/test --rm wjdp/htmltest --conf .htmltest.yml
|
||||||
# On push to master or release branch, deploy docs
|
# On push to master or release branch, deploy docs
|
||||||
- name: Set up git author
|
- name: Set up git author
|
||||||
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/v')
|
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/v')
|
||||||
|
|
Loading…
Reference in a new issue