debug
CICD / Explore-Gitea-Actions (push) Failing after 1m12s
Details
CICD / Explore-Gitea-Actions (push) Failing after 1m12s
Details
This commit is contained in:
parent
0e8cc33177
commit
139feebda8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue