debug
CICD / Explore-Gitea-Actions (push) Failing after 54s Details

This commit is contained in:
Isaac Johnson 2026-06-25 17:24:24 -05:00
parent 139feebda8
commit c1afdd10dc
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ jobs:
- name: Sync to AWS
run: |
#paths=$(find ./public -type f -name "*.html" -print | sed 's|^./public/|\/|g' | sed 's/\n/ /g')
paths=$(find ./public -type f -name "*.html" -print | sed 's|^./public/|\/|g' | sed 's/\n/" /g;s(/^/"/)
paths=$(find ./public -type f -name "*.html" | sed -e 's|^./public/|/|' -e 's/.*/"&"/' | tr '\n' ' ')
echo "paths: $paths"
echo "----"
set -x