Skip to content

Commit 33baf96

Browse files
committed
Remove step to upload documentation as it has already been done
1 parent c8fe313 commit 33baf96

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/releaser.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
uses: montudor/action-zip@v1
2929
with:
3030
args: unzip -qq HTML-doc-ansys-dpf-core.zip -d HTML-doc-ansys-dpf-core
31-
32-
- name: "Deploy to gh-pages"
33-
uses: JamesIves/github-pages-deploy-action@v4
34-
with:
35-
folder: HTML-doc-ansys-dpf-core/
36-
token: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
37-
branch: gh-pages
38-
git-config-name: pyansys-ci-bot
39-
git-config-email: [email protected]
40-
repository-name: pyansys/DPF-Core-docs
41-
commit-message: Documentation generated for ${{ steps.get_version.outputs.VERSION }}
42-
clean-exclude: "CNAME"
43-
tag: doc-${{ steps.get_version.outputs.VERSION }}
31+
#
32+
# - name: "Deploy to gh-pages"
33+
# uses: JamesIves/github-pages-deploy-action@v4
34+
# with:
35+
# folder: HTML-doc-ansys-dpf-core/
36+
# token: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
37+
# branch: gh-pages
38+
# git-config-name: pyansys-ci-bot
39+
# git-config-email: [email protected]
40+
# repository-name: pyansys/DPF-Core-docs
41+
# commit-message: Documentation generated for ${{ steps.get_version.outputs.VERSION }}
42+
# clean-exclude: "CNAME"
43+
# tag: doc-${{ steps.get_version.outputs.VERSION }}
4444

4545
Publish_to_PyPi:
4646
name: Publish to PyPi

0 commit comments

Comments
 (0)