Skip to content

Commit a87c8d1

Browse files
authored
Update blank.yml
1 parent f3a1a55 commit a87c8d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/blank.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ jobs:
1515
output: swagger-ui
1616
spec-url: https://raw.githubusercontent.com/rain0r/listenbrainz-openapi/refs/heads/master/lb.yaml
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
- name: Deploy to GitHub Pages
19+
uses: peaceiris/actions-gh-pages@v4
20+
with:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
publish_dir: swagger-ui

0 commit comments

Comments
 (0)