Skip to content

Commit

Permalink
OXDEV-7758: Correct checkout path for schema branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jan 22, 2024
1 parent 40e95ba commit 1795034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: schema
path: $GITHUB_WORKSPACE/docs/_static/schema
path: ./docs/_static/schema

- name: Remove old schema for version
run: |
Expand Down

0 comments on commit 1795034

Please sign in to comment.