Compare commits

..

2 Commits

Author SHA1 Message Date
CodingWonders
d6a79cd25d
Merge branch 'main' into microwin-autounatt-json 2024-08-26 23:49:56 +02:00
Chris Titus Tech
7805fe4b90 Back 12 Moves before I Blew up everything 2024-08-26 16:44:15 -05:00
2 changed files with 2 additions and 2 deletions

2
.github/SECURITY.md vendored
View File

@ -1,5 +1,5 @@
# Security Policy # 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) 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)

View File

@ -28,5 +28,5 @@ jobs:
- name: Install Necessary Dependencies - name: Install Necessary Dependencies
run: pip install -r .github/requirements.txt 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 run: mkdocs gh-deploy --force -f .github/mkdocs.yml