From e77c81528dfd8673d40a42a6f415d3713b679c72 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Sat, 23 Oct 2021 18:11:47 -0500 Subject: [PATCH] Revert Redocly push. --- .github/workflows/default.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 601e88b0d..647577ca9 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -151,24 +151,6 @@ jobs: web/static/assets.json web/static/api/openapi.yml - push-api-docs: - name: Push API Docs - needs: build - runs-on: ubuntu-latest - if: (github.event_name == 'push' || github.event_name == 'schedule') && endsWith(github.ref, github.event.repository.default_branch) - env: - REDOCLY_AUTHORIZATION: ${{ secrets.REDOCLY_AUTHORIZATION }} - steps: - - uses: actions/checkout@master - - - name: Download built static assets from previous step - uses: actions/download-artifact@v2 - with: - name: assets - - - name: Submit OpenAPI YML to Redocly - run: npx @redocly/openapi-cli@latest push ./web/static/api/openapi.yml "@azuracast/AzuraCast@Latest" - publish: name: Publish needs: build