Skip to content

Commit

Permalink
fix build error caused by dep updates, and remove swagger-ui-tag dep
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyUnderStars committed Aug 22, 2023
1 parent 4565491 commit 59bb525
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: 3.x
- 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: echo docs.spacebar.chat >> site/CNAME
- name: Deploy 🚀
Expand Down
3 changes: 0 additions & 3 deletions docs/assets/swagger.css

This file was deleted.

4 changes: 0 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ plugins:
- section-index
- search
- macros
- swagger-ui-tag:
extra_css: [assets/swagger.css]
docExpansion: none
filter: true
theme:
name: material
logo: assets/logo.svg
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mkdocs
mkdocs-material
mkdocs-swagger-ui-tag
mkdocs-section-index
mkdocs-macros-plugin
mkdocs==1.5.2
mkdocs-material==9.1.21
mkdocs-section-index==0.3.5
mkdocs-macros-plugin==1.0.4

0 comments on commit 59bb525

Please sign in to comment.