Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/schema-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
lowlydba marked this conversation as resolved.
schema-path: .
skip-checkout: 'true' # Repo is already checked out at root, and action defaults to looking there

Expand Down
Loading