diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 05a79ab..5544a15 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -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: diff --git a/content/en/docs/Developer/api.md b/content/en/docs/Developer/api.md index 5592c91..cf7b841 100644 --- a/content/en/docs/Developer/api.md +++ b/content/en/docs/Developer/api.md @@ -5,4 +5,4 @@ weight = 1 description = "Reference for the Polaris API" +++ -{{< swaggerui src="/openapi/openapi.json" >}} +{{< swaggerui src="/openapi/openapi.yaml" >}}