Skip to content

Commit

Permalink
upload OpenAPI HTML ready for pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Oct 13, 2024
1 parent 3d1db51 commit f4e9cfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/openapi2_render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: rendered-api-docu
path: |
index.html
- name: Upload HTML file as pages artifact
id: openapi-html
uses: actions/upload-pages-artifact@v3
with:
path: |
index.html

0 comments on commit f4e9cfc

Please sign in to comment.