1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 23:21:40 +02:00

🐛 fix cname build dir

This commit is contained in:
Flam3rboy 2021-05-14 16:54:47 +02:00
parent 56152bbfd9
commit d84fcf0a11

View File

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