File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments