From 89971d35e8aae2e95efcfcff88b4c60118ea9581 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:19:09 +0200 Subject: [PATCH] Remove completely doc_index_upload_stable (#725) Part of the step was kept but is useless and should be removed. --- .github/workflows/releaser.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 03214e3ce..cb70f77f9 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -97,21 +97,6 @@ jobs: doc-artifact-name: HTML-doc-ansys-dpf-post.zip decompress-artifact: true - doc-index-stable: - name: "Deploy stable docs index" - runs-on: ubuntu-latest - needs: upload_docs_release - steps: - - name: "Install Git and clone project" - uses: actions/checkout@v4 - with: - ref: ${{ github.event.inputs.checkout_ref || '' }} - - - name: "Install the package requirements" - run: | - python3 -m venv .venv - .venv/bin/python -m pip install -e . - update_ansys_lab_examples: uses: ./.github/workflows/ansys_lab.yml needs: get_latest_tag