Skip to content

Commit

Permalink
fix(workflow): add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
worotyns committed Jul 16, 2024
1 parent 2f4aa33 commit afbf1eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Generate Swagger UI
uses: Legion2/swagger-ui-action@v1
with:
Expand Down

0 comments on commit afbf1eb

Please sign in to comment.