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