From b39eff7d1f02a94a060ce4f20fcabb088083fa50 Mon Sep 17 00:00:00 2001 From: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:25:43 -0800 Subject: [PATCH] Revert "ci: update docs script destination path (#990)" This reverts commit d10ad6d7d4f2249d70ca46f46b947202442f3249. The reference.md file was moved back to content/docs/deploy/k8s. --- scripts/open-docs-pull-request.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/open-docs-pull-request.sh b/scripts/open-docs-pull-request.sh index c4e4c825..23218061 100755 --- a/scripts/open-docs-pull-request.sh +++ b/scripts/open-docs-pull-request.sh @@ -3,7 +3,7 @@ set -euo pipefail source_path="reference.md" destination_repo="pomerium/documentation" -destination_path="content/docs/k8s" +destination_path="content/docs/deploy/k8s" destination_base_branch="main" destination_head_branch="update-k8s-reference-$GITHUB_SHA"