diff --git a/.github/main.workflow b/.github/main.workflow index ae330eb8..174865ca 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -5,6 +5,6 @@ workflow "Publish Helm chart" { action "Helm gh-pages" { uses = "billimek/gh-actions/helm-gh-pages@master" - args = ["*", "https://billimek.com/billimek-charts/"] + args = [".", "https://billimek.com/billimek-charts/"] secrets = ["GITHUB_TOKEN"] }