From 80e10a79df908ac11806d11ce909350f17a7b733 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Tue, 7 Jan 2025 14:31:50 -0700 Subject: [PATCH] fix deploy CI --- .github/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 26bacf6..6003c22 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -53,7 +53,7 @@ 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 @@ -61,4 +61,3 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./deploy - publish_branch: gh-pages