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
|
||||
uses: actions/setup-python@v1
|
||||
|
||||
- uses: BSFishy/pip-action@v1
|
||||
with:
|
||||
packages: |
|
||||
json-schema-for-humans
|
||||
|
||||
- name: Deploy docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@1.16
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
CUSTOM_DOMAIN: docs.datacontroller.io
|
@ -46,9 +46,6 @@ markdown_extensions:
|
||||
- toc:
|
||||
permalink: true
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
prebuild_index: true
|
||||
|
||||
extra:
|
||||
manifest: manifest.webmanifest
|
||||
@ -70,4 +67,10 @@ theme:
|
||||
code: 'Ubuntu Mono'
|
||||
favicon: img/favicon.ico
|
||||
custom_dir: 'theme'
|
||||
highlightjs: true
|
||||
hljs_languages:
|
||||
- SAS
|
||||
- JavaScript
|
||||
- Bash
|
||||
|
||||
copyright: All rights reserved ©2021 Macro People Ltd.
|
||||
|
Loading…
Reference in New Issue
Block a user