Add in swagger docs build

This commit is contained in:
2024-11-09 20:08:36 -05:00
parent aa73507ec4
commit 6ecafa173e
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,12 @@ jobs:
doxyfile-path: "./Doxyfile"
working-directory: "."
- name: API Docs
uses: Legion2/swagger-ui-action@v1.3.0
with:
output: './docs/html/swagger-ui'
spec-file: "./docs/api.yaml"
- name: (Doxygen) Deploy HTML on Github Pages
uses: peaceiris/actions-gh-pages@v3
with: