We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91101c commit 93bbf61Copy full SHA for 93bbf61
.github/workflows/deploy.yaml
@@ -53,12 +53,11 @@ jobs:
53
with:
54
path: deploy/releases
55
pattern: releases-*
56
- merge-multiple: true
+ merge-multiple: true
57
- name: Bundle spec
58
run: "swagger-cli bundle ./builder-oapi.yaml -r -t yaml -o ./deploy/builder-oapi.yaml"
59
- name: Publish to Github Pages
60
uses: peaceiris/actions-gh-pages@v4
61
62
github_token: ${{ secrets.GITHUB_TOKEN }}
63
publish_dir: ./deploy
64
- publish_branch: gh-pages
0 commit comments