Skip to content

Commit

Permalink
fix(#172): fix spec file path
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanHCB committed Jul 4, 2023
1 parent cdab985 commit ec0d992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: Legion2/swagger-ui-action@v1
with:
output: swagger-ui
spec-file: docs/openapi-v3-spec.json
spec-file: api/openapi-v3-spec.json
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ FROM scratch

COPY --from=build /app/main /main
COPY --from=build /etc/ssl/certs /etc/ssl/certs
COPY --from=build /app/docs/openapi-v3-spec.json /docs/openapi-v3-spec.json
COPY --from=build /app/api/openapi-v3-spec.json /api/openapi-v3-spec.json

ENTRYPOINT ["/main"]

0 comments on commit ec0d992

Please sign in to comment.