mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-22 10:12:31 +01:00
Update workflow to include new dependency
added mkdocs-macros-plugin dependency from #62
This commit is contained in:
parent
989ccbacdf
commit
2602f0511a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: python3 -m pip install mkdocs-material mkdocs-swagger-ui-tag mkdocs-section-index
|
||||
- run: python3 -m pip install mkdocs-material mkdocs-swagger-ui-tag mkdocs-section-index mkdocs-macros-plugin
|
||||
- run: mkdocs build
|
||||
- run: echo docs.fosscord.com >> site/CNAME
|
||||
- name: Deploy 🚀
|
||||
|
Loading…
Reference in New Issue
Block a user