Skip to content

Commit

Permalink
fix: docs dir in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbarwicki committed Jul 4, 2024
1 parent 093d4c7 commit 12aeecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: steps.check_specs.outputs.exists == 'true'
with:
name: openapi-${{ steps.collect_specs.outputs.RANDOM }}
path: docs
path: ${{ env.API_COLLECTOR_DIR }}/docs
generate_matrix:
runs-on: ubuntu-latest
needs: collect_openapi
Expand Down

0 comments on commit 12aeecf

Please sign in to comment.