Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
Signed-off-by: pratik-parikh01 <pgppratik@gmail.com>
  • Loading branch information
pratik-parikh01 committed Oct 8, 2024
1 parent e2911bb commit 47da601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
name: Validate docs
if: ${{ matrix.target }} == "binaries"
run: |
ls
./bin/registry-api-descriptor-template ./docs/content/spec/api.md.tmpl > tmp/api.md
./bin/registry-api-descriptor-template ./docs/content/spec/api.md.tmpl > /tmp/api.md
diff docs/content/spec/api.md /tmp/api.md
result=$?
if [ "$result" != 0 ]
Expand Down

0 comments on commit 47da601

Please sign in to comment.