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

🐛 add cname to build script

This commit is contained in:
Flam3rboy 2021-05-14 16:52:09 +02:00
parent 8c64f0e28d
commit 56152bbfd9

View File

@ -14,6 +14,7 @@ jobs:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-section-index
- run: mkdocs build
- run: echo docs.fosscord.com >> CNAME
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.3
with: