Skip to content

Commit

Permalink
Remove completely doc_index_upload_stable (#725)
Browse files Browse the repository at this point in the history
Part of the step was kept but is useless and should be removed.
  • Loading branch information
PProfizi authored Oct 11, 2024
1 parent 5918197 commit 89971d3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89971d3

Please sign in to comment.