diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 6b437033..be3f8839 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -1,5 +1,5 @@ # Security Policy -If you find a security issue please make post it in the issues tab. If you think it should be private you can email me at contact@christitus.com. +If you find a security issue please make post it in the issues tab. If you think it should be private you can email me at contact@christitus.com. For immediate response check out our discord server @ [![](https://dcbadge.limes.pink/api/server/https://discord.gg/RUbZUZyByQ?theme=default-inverted&style=for-the-badge)](https://discord.gg/RUbZUZyByQ) diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index f4d0ebb3..3422dfb8 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -28,5 +28,5 @@ jobs: - name: Install Necessary Dependencies run: pip install -r .github/requirements.txt - - name: Build & Deploy using mkdocs + - name: Build & Deploy using 'mkdocs' run: mkdocs gh-deploy --force -f .github/mkdocs.yml