Keep CHARTS_URL when gh page using docs foler
This commit is contained in:
parent
6b2c49090d
commit
ceb10bb6ff
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ main() {
|
||||||
CHARTS_URL="https://${OWNER}.github.io/${REPOSITORY}"
|
CHARTS_URL="https://${OWNER}.github.io/${REPOSITORY}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$TARGET_DIR" != "." ]]; then
|
if [[ "$TARGET_DIR" != "." && "$TARGET_DIR" != "docs" ]]; then
|
||||||
CHARTS_URL="${CHARTS_URL}/${TARGET_DIR}"
|
CHARTS_URL="${CHARTS_URL}/${TARGET_DIR}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue