From cca18ee9a28855983c852f2b255f99e7fca72837 Mon Sep 17 00:00:00 2001 From: Simon Kerckhof <92372637+skyline-simonke@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:26:41 +0100 Subject: [PATCH] Update azure-static-web-apps-happy-dune-071cbee03.yml removed earlier test. --- ...e-static-web-apps-happy-dune-071cbee03.yml | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-happy-dune-071cbee03.yml b/.github/workflows/azure-static-web-apps-happy-dune-071cbee03.yml index 80fcfd45..c87f85d4 100644 --- a/.github/workflows/azure-static-web-apps-happy-dune-071cbee03.yml +++ b/.github/workflows/azure-static-web-apps-happy-dune-071cbee03.yml @@ -90,27 +90,6 @@ jobs: # otherwise changed files and new would be pushed, but deleted wouldn't be removed. sync: 'true' - deploy_job_SA_SWA_docs: - if: (github.event_name == 'push' && github.repository == 'SkylineCommunications/dataminer-docs-connectors') - runs-on: ubuntu-latest - needs: build_job - name: Deploy Job to Storage Account with SWA and FD - steps: - - uses: actions/download-artifact@v4 - with: - name: release - path: . - - name: Unzip artifact for deployment - run: Expand-Archive -Path _site.zip -DestinationPath ./_site/docs-connectors - shell: pwsh - - name: Upload the new files - uses: bacongobbler/azure-blob-storage-upload@main - with: - source_dir: _site - container_name: $web - connection_string: ${{ secrets.AZURE_SA_DOCS_SWA }} - sync: 'true' - reindex_azure_search: runs-on: ubuntu-latest needs: deploy_job_Storage_Account