debug
CICD / Explore-Gitea-Actions (push) Failing after 1m2s Details

This commit is contained in:
Isaac Johnson 2026-06-25 17:07:29 -05:00
parent 99c9bb81fd
commit 0e8cc33177
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ jobs:
- name: Sync to AWS
run: |
paths=$(find ./public -type f -name "*.html" -print | sed 's|^./public/|\/|g' | sed 's/\n/ /g')
echo "paths: $paths"
echo "----"
set -x
aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths "$paths"
if: gitea.ref == 'refs/heads/main'
env: # Or as an environment variable