fix: Uses aap script so that configuration is setup properly.

This commit is contained in:
2025-12-15 12:33:01 -05:00
parent b3aea5ddda
commit dbf5726af6

View File

@@ -9,18 +9,18 @@ default:
# Builds and fills the templates into the .build directory.
[group('build')]
build:
@gum spin --title="Building project..." -- bash -xc "hpa build &>/dev/null"
@gum spin --title="Building project..." -- bash -xc "aap build &>/dev/null"
# Build & generate an HTML report.
[group("generate")]
html:
@gum spin --title="Generating html..." -- bash -xc "hpa generate html &>/dev/null"
@gum spin --title="Generating html..." -- bash -xc "aap generate html &>/dev/null"
@xdg-open Report.html &
# Build & generate a PDF report.
[group("generate")]
pdf:
@gum spin --title="Generating pdf..." -- bash -xc "hpa generate pdf &>/dev/null"
@gum spin --title="Generating pdf..." -- bash -xc "aap generate pdf &>/dev/null"
@pidof zathura &>/dev/null || xdg-open Report.pdf &
# Copy files to cloud storage directory.
@@ -35,12 +35,12 @@ cloud-storage:
[group("generate")]
[group("debug")]
latex:
@gum spin --title="Generating latex..." -- baxh -xc "hpa generate latex &>/dev/null"
@gum spin --title="Generating latex..." -- baxh -xc "aap generate latex &>/dev/null"
@xdg-open Report.tex &
[group('utilities')]
edit-vault:
@hpa ansible-vault edit --vault-password /run/secrets/vault-pass vault.yml
@aap ansible-vault edit --vault-password /run/secrets/vault-pass vault.yml
[group('utilities')]
clean: