Skip to content

Commit

Permalink
chore: Copy schema files to deploymeent source
Browse files Browse the repository at this point in the history
  • Loading branch information
nandenjin committed Nov 20, 2023
1 parent 4e02958 commit f93d223
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swagger-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Swagger UI

on:
push:
branches: [ "dev" ]
branches: ["dev"]

jobs:
build:
Expand All @@ -16,6 +16,8 @@ jobs:
with:
output: swagger-ui
spec-file: src/openapi.yaml
- name: Copy schema files
run: cp -r src/components src/paths swagger-ui
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit f93d223

Please sign in to comment.