From 8f266cbf91810847fd1fa222696a98d7a9fc817d Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Thu, 23 Jan 2025 21:34:59 +0100 Subject: [PATCH] Update helm-docs.yaml - comment out workingDir as its unexpected here --- .github/workflows/helm-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index 3248325..19f8036 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -25,5 +25,5 @@ jobs: - name: Render helm docs inside the README.md and push changes back to PR branch uses: jessebot/helm-docs-action@0.0.1 with: - working-dir: charts/pixelfed + # working-dir: charts/pixelfed git-push: "true"