Skip to content

Commit

Permalink
apparently the yaml file is what is downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Dec 13, 2023
1 parent 01602e0 commit 15c3e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
workflow: gradle.yml
name: openapi
path: ./static/openapi
path: ./static/openapi/
repo: orppst/pst-api-service
- name: Build with Hugo
env:
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/Developer/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ weight = 1
description = "Reference for the Polaris API"
+++

{{< swaggerui src="/openapi/openapi.json" >}}
{{< swaggerui src="/openapi/openapi.yaml" >}}

0 comments on commit 15c3e86

Please sign in to comment.