From c6c756f6e96b3a9d74d36f5928ce290fa305b1ff Mon Sep 17 00:00:00 2001 From: John McCall Date: Mon, 21 Sep 2026 13:21:31 -0400 Subject: [PATCH] fix: correct schema docs output path in PR preview workflow Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: John McCall --- .github/workflows/schema-pr-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schema-pr-preview.yml b/.github/workflows/schema-pr-preview.yml index 7c3f522bb..640a0c3f9 100644 --- a/.github/workflows/schema-pr-preview.yml +++ b/.github/workflows/schema-pr-preview.yml @@ -59,7 +59,7 @@ jobs: - name: Generate schema markdown docs uses: OvertureMaps/workflows/.github/actions/generate-schema-docs@main # zizmor: ignore[ref-version-mismatch,unpinned-uses] Internal action, always use main with: - output-dir: ${{ github.workspace }}/${{ env.DOCS_PATH }}/docs/schema/reference + output-dir: ${{ github.workspace }}/${{ env.DOCS_PATH }}/schema/reference schema-path: . skip-checkout: 'true' # Repo is already checked out at root, and action defaults to looking there