Skip to content

Commit

Permalink
fix deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Jan 7, 2025
1 parent b91101c commit 80e10a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ jobs:
with:
path: deploy/releases
pattern: releases-*
merge-multiple: true
merge-multiple: true
- name: Bundle spec
run: "swagger-cli bundle ./builder-oapi.yaml -r -t yaml -o ./deploy/builder-oapi.yaml"
- name: Publish to Github Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./deploy
publish_branch: gh-pages

0 comments on commit 80e10a7

Please sign in to comment.