Skip to content

Commit 93bbf61

Browse files
committed
fix deploy CI
1 parent b91101c commit 93bbf61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ jobs:
5353
with:
5454
path: deploy/releases
5555
pattern: releases-*
56-
merge-multiple: true
56+
merge-multiple: true
5757
- name: Bundle spec
5858
run: "swagger-cli bundle ./builder-oapi.yaml -r -t yaml -o ./deploy/builder-oapi.yaml"
5959
- name: Publish to Github Pages
6060
uses: peaceiris/actions-gh-pages@v4
6161
with:
6262
github_token: ${{ secrets.GITHUB_TOKEN }}
6363
publish_dir: ./deploy
64-
publish_branch: gh-pages

0 commit comments

Comments
 (0)