Skip to content

Commit

Permalink
fix: letterbug
Browse files Browse the repository at this point in the history
  • Loading branch information
worotyns committed Jul 16, 2024
1 parent 88d739f commit 74f45dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
uses: Legion2/swagger-ui-action@v1
with:
output: swagger-ui
spec-file: ./openapi.json
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

spec-file: openapi.json

- name: Setup Pages
uses: actions/configure-pages@v3

Expand All @@ -41,7 +40,7 @@ jobs:
with:
# Upload entire repository
path: 'swagger-ui'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
File renamed without changes.

0 comments on commit 74f45dd

Please sign in to comment.