mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 11:22:31 +01:00
fix build error caused by dep updates, and remove swagger-ui-tag dep
This commit is contained in:
parent
4565491522
commit
59bb525284
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- run: curl https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/CODE_OF_CONDUCT.md -o docs/contributing/conduct.md
|
- run: curl https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/CODE_OF_CONDUCT.md -o docs/contributing/conduct.md
|
||||||
- run: python3 -m pip install mkdocs-material mkdocs-swagger-ui-tag mkdocs-section-index mkdocs-macros-plugin
|
- run: python3 -m pip install -r requirements.txt
|
||||||
- run: mkdocs build
|
- run: mkdocs build
|
||||||
- run: echo docs.spacebar.chat >> site/CNAME
|
- run: echo docs.spacebar.chat >> site/CNAME
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
html {
|
|
||||||
overflow-y: auto !important;
|
|
||||||
}
|
|
@ -25,10 +25,6 @@ plugins:
|
|||||||
- section-index
|
- section-index
|
||||||
- search
|
- search
|
||||||
- macros
|
- macros
|
||||||
- swagger-ui-tag:
|
|
||||||
extra_css: [assets/swagger.css]
|
|
||||||
docExpansion: none
|
|
||||||
filter: true
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
logo: assets/logo.svg
|
logo: assets/logo.svg
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
mkdocs
|
mkdocs==1.5.2
|
||||||
mkdocs-material
|
mkdocs-material==9.1.21
|
||||||
mkdocs-swagger-ui-tag
|
mkdocs-section-index==0.3.5
|
||||||
mkdocs-section-index
|
mkdocs-macros-plugin==1.0.4
|
||||||
mkdocs-macros-plugin
|
|
Loading…
Reference in New Issue
Block a user