1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-10 04:12:32 +01:00

Update build.yml

This commit is contained in:
Flam3rboy 2021-09-02 02:30:51 +02:00 committed by GitHub
parent 4598f2cf44
commit 805b3924eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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