1
0

workflow changes
Some checks failed
Publish Pages / publish (push) Failing after 25s
Test / test (push) Successful in 14s

This commit is contained in:
Aiden
2026-06-11 16:10:03 +10:00
parent 469dc81491
commit 4c8eed0bfe
2 changed files with 5 additions and 8 deletions

View File

@@ -60,8 +60,9 @@ jobs:
- name: Install AWS CLI
run: |
if ! command -v aws >/dev/null 2>&1; then
python3 -m pip install --user awscli
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
apt-get update
apt-get install -y --no-install-recommends awscli
rm -rf /var/lib/apt/lists/*
fi
- name: Build static site