Compare commits

..

1 Commits

Author SHA1 Message Date
arswarog a062b72883 wip 2026-06-15 09:52:47 +03:00
+1 -1
View File
@@ -19,7 +19,7 @@ runs:
REPO="${{ github.event.repository.name }}"
ORG="${{ github.repository_owner }}"
if [[ "$REF" == "main" || "$REF" == "master" ]]; then
if [[ "$REF" == "main" || "$REF" == "master" || "$REF" == "docs" ]]; then
URL="http://${REPO}.${ORG}.jt4d-wiki.ru.net"
S3_PATH="${ORG}.${REPO}"
else