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

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

View File

@ -52,7 +52,8 @@ 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')
paths=$(find ./public -type f -name "*.html" -print | sed 's|^./public/|\/|g' | sed 's/\n/" /g;s(/^/"/)
echo "paths: $paths"
echo "----"
set -x