1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 11:22:31 +01:00

🐛 fix build workflow

This commit is contained in:
Flam3rboy 2021-10-09 12:07:38 +02:00
parent fe3797b981
commit e6e9a1940e

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-render-swagger-plugin
- run: pip install mkdocs-material mkdocs-render-swagger-plugin mkdocs-section-index
- run: mkdocs build
- run: echo docs.fosscord.com >> site/CNAME
- name: Deploy 🚀