diff --git a/action.yml b/action.yml index 161223d..53a9de8 100644 --- a/action.yml +++ b/action.yml @@ -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