Skip to content

Commit

Permalink
chore: enable docs directory listing gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbarwicki committed Jul 9, 2024
1 parent 054e580 commit 2828f57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ jobs:
path: docs
pattern: swagger-*
merge-multiple: true
- name: Generate Directory Listings
uses: jayanta525/github-pages-directory-listing@v4.0.0
with:
FOLDER: docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 2828f57

Please sign in to comment.