We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949802f commit ae4d1d5Copy full SHA for ae4d1d5
.github/workflows/blank.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: Legion2/swagger-ui-action@v1
18
with:
19
output: swagger-ui
20
- spec-url: ${{ github.workspace }}&lb.yaml
+ spec-url: ${{ github.workspace }}/lb.yaml
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
- name: Deploy to GitHub Pages
23
uses: peaceiris/actions-gh-pages@v4
0 commit comments