chore: automated commit
This commit is contained in:
parent
32b169bb01
commit
6a82a052cf
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@ -17,13 +17,8 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
|
|
||||||
- uses: BSFishy/pip-action@v1
|
|
||||||
with:
|
|
||||||
packages: |
|
|
||||||
json-schema-for-humans
|
|
||||||
|
|
||||||
- name: Deploy docs
|
- name: Deploy docs
|
||||||
uses: mhausenblas/mkdocs-deploy-gh-pages@1.16
|
uses: mhausenblas/mkdocs-deploy-gh-pages
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
CUSTOM_DOMAIN: docs.datacontroller.io
|
CUSTOM_DOMAIN: docs.datacontroller.io
|
@ -46,9 +46,6 @@ markdown_extensions:
|
|||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
|
||||||
plugins:
|
|
||||||
- search:
|
|
||||||
prebuild_index: true
|
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
manifest: manifest.webmanifest
|
manifest: manifest.webmanifest
|
||||||
@ -70,4 +67,10 @@ theme:
|
|||||||
code: 'Ubuntu Mono'
|
code: 'Ubuntu Mono'
|
||||||
favicon: img/favicon.ico
|
favicon: img/favicon.ico
|
||||||
custom_dir: 'theme'
|
custom_dir: 'theme'
|
||||||
|
highlightjs: true
|
||||||
|
hljs_languages:
|
||||||
|
- SAS
|
||||||
|
- JavaScript
|
||||||
|
- Bash
|
||||||
|
|
||||||
copyright: All rights reserved ©2021 Macro People Ltd.
|
copyright: All rights reserved ©2021 Macro People Ltd.
|
||||||
|
Loading…
Reference in New Issue
Block a user