Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a062b72883 |
+1
-1
@@ -19,7 +19,7 @@ runs:
|
|||||||
REPO="${{ github.event.repository.name }}"
|
REPO="${{ github.event.repository.name }}"
|
||||||
ORG="${{ github.repository_owner }}"
|
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"
|
URL="http://${REPO}.${ORG}.jt4d-wiki.ru.net"
|
||||||
S3_PATH="${ORG}.${REPO}"
|
S3_PATH="${ORG}.${REPO}"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user