Skip to content

Commit 89971d3

Browse files
authored
Remove completely doc_index_upload_stable (#725)
Part of the step was kept but is useless and should be removed.
1 parent 5918197 commit 89971d3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/releaser.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,6 @@ jobs:
9797
doc-artifact-name: HTML-doc-ansys-dpf-post.zip
9898
decompress-artifact: true
9999

100-
doc-index-stable:
101-
name: "Deploy stable docs index"
102-
runs-on: ubuntu-latest
103-
needs: upload_docs_release
104-
steps:
105-
- name: "Install Git and clone project"
106-
uses: actions/checkout@v4
107-
with:
108-
ref: ${{ github.event.inputs.checkout_ref || '' }}
109-
110-
- name: "Install the package requirements"
111-
run: |
112-
python3 -m venv .venv
113-
.venv/bin/python -m pip install -e .
114-
115100
update_ansys_lab_examples:
116101
uses: ./.github/workflows/ansys_lab.yml
117102
needs: get_latest_tag

0 commit comments

Comments
 (0)