File tree 1 file changed +13
-13
lines changed 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ jobs:
28
28
uses : montudor/action-zip@v1
29
29
with :
30
30
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 }}
44
44
45
45
Publish_to_PyPi :
46
46
name : Publish to PyPi
You can’t perform that action at this time.
0 commit comments