Skip to content

Commit

Permalink
Update azure-static-web-apps-happy-dune-071cbee03.yml
Browse files Browse the repository at this point in the history
removed earlier test.
  • Loading branch information
skyline-simonke authored Dec 13, 2024
1 parent 2f16585 commit cca18ee
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/azure-static-web-apps-happy-dune-071cbee03.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cca18ee

Please sign in to comment.