misc: Remove the handbook from the main repository

sorry guys, i just wanted to do something cool...
This commit is contained in:
KingRainbow44
2024-09-28 17:45:21 -04:00
parent ab0ec0a0e0
commit 70bb5ca5b5
78 changed files with 12 additions and 11291 deletions

View File

@@ -38,7 +38,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Format Code
run: ./gradlew -PskipHandbook=1 && ./gradlew spotlessApply -PskipHandbook=1
run: ./gradlew && ./gradlew spotlessApply
- run: git config --global user.name "github-actions"
- run: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"