Compare commits

..

2 Commits

Author SHA1 Message Date
arswarog f5181ef8a0 COPY docuservix 2026-06-16 15:13:13 +03:00
arswarog da37322232 DEMO docs 2026-06-16 15:13:13 +03:00
-8
View File
@@ -8,9 +8,6 @@ inputs:
on-broken-links:
description: 'Behavior on broken links: throw, warn, or ignore'
default: 'throw'
prefix:
description: 'Prefix for S3 path'
default: ''
runs:
using: 'composite'
@@ -30,11 +27,6 @@ runs:
S3_PATH="${ORG}.${REPO}.${REF}"
fi
PREFIX="${{ inputs.prefix }}"
if [[ -n "$PREFIX" ]]; then
S3_PATH="${PREFIX}/${S3_PATH}"
fi
echo "TARGET_URL=$URL" >> $GITHUB_ENV
echo "S3_PATH=$S3_PATH" >> $GITHUB_ENV