Skip to content

Commit 9c07889

Browse files
authored
Revert "ci: update docs script destination path (#990)" (#1094)
This reverts commit d10ad6d. The reference.md file was moved back to content/docs/deploy/k8s.
1 parent 5e39b51 commit 9c07889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/open-docs-pull-request.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
source_path="reference.md"
55
destination_repo="pomerium/documentation"
6-
destination_path="content/docs/k8s"
6+
destination_path="content/docs/deploy/k8s"
77
destination_base_branch="main"
88
destination_head_branch="update-k8s-reference-$GITHUB_SHA"
99

0 commit comments

Comments
 (0)