We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a1a55 commit a87c8d1Copy full SHA for a87c8d1
.github/workflows/blank.yml
@@ -15,3 +15,8 @@ jobs:
15
output: swagger-ui
16
spec-url: https://raw.githubusercontent.com/rain0r/listenbrainz-openapi/refs/heads/master/lb.yaml
17
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