fix: correct git-pages host URL and publish script BASE return
ci-report POC report published
CI / call-engine (push) Successful in 15s

This commit is contained in:
moilanik
2026-06-12 07:54:52 +03:00
parent 0f2a8a2a8c
commit f4baa286c7
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ REPO_SLUG="${GITHUB_REPOSITORY:-}"
OWNER="${REPO_SLUG%%/*}"
REPO="${REPO_SLUG##*/}"
SHA8="${GITHUB_SHA:0:8}"
REPORT_URL="https://${PAGES_HOST}/${OWNER}/${REPO}/reports/${SHA8}/index.html"
REPORT_BASE="https://${PAGES_HOST}/${OWNER}/${REPO}/reports/${SHA8}"
PUBLISH_BASE="${GIT_PAGES_PUBLISH_URL%/}"
PUBLISH_SITE_URL="${PUBLISH_BASE}/"
@@ -68,4 +68,4 @@ case "$HTTP_CODE" in
;;
esac
echo "$REPORT_URL"
echo "$REPORT_BASE"