Skip to content

Commit a758acf

Browse files
Copilotspacemeowx2
andcommitted
Ensure schema generation runs from repo root
Co-authored-by: spacemeowx2 <8019167+spacemeowx2@users.noreply.github.com>
1 parent e960583 commit a758acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Generate schema for docs
3232
run: |
3333
# Generate the rabbit-digger-pro schema for docs reference.
34+
cd "$GITHUB_WORKSPACE"
3435
mkdir -p docs/static/schema
3536
cargo run --release -- generate-schema docs/static/schema/rabbit-digger-pro-schema.json
3637
- name: Build website

0 commit comments

Comments
 (0)