fix root path

This commit is contained in:
Dionysus 2024-11-30 02:11:34 -05:00
parent 434a62f49d
commit 2021278931
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -44,9 +44,8 @@ jobs:
- name: Commit and push changes
run: |
# Stage both directories
# Stage only the axfrout directory (which includes root/)
git add axfrout/
git add root/
# Only commit if there are changes
if git diff --staged --quiet; then