From d9469d367465472d62a36b0420c36f24749a483d Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 25 Nov 2025 09:27:13 +0100 Subject: [PATCH 1/2] ci: doc deploy dev missing --- .github/workflows/cicd.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 48e1dd0d..37c538c8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -187,6 +187,19 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} library-name: ${{ env.PACKAGE_NAME }} + doc-deploy-dev: + name: Deploy dev docs + if: github.event_name == 'push' && github.ref == 'refs/heads/main' + runs-on: ubuntu-latest + needs: build-library + steps: + - uses: ansys/actions/doc-deploy-dev@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5 + with: + cname: ${{ env.DOCUMENTATION_CNAME }} + token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} + bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} + bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }} + doc-deploy-stable: name: Deploy stable docs if: github.event_name == 'push' && contains(github.ref, 'refs/tags') From 3f485d6028b57aece948b6482e4af5dc78864136 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 25 Nov 2025 08:28:01 +0000 Subject: [PATCH 2/2] chore: adding changelog file 113.miscellaneous.md [dependabot-skip] --- doc/source/changelog/113.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/113.miscellaneous.md diff --git a/doc/source/changelog/113.miscellaneous.md b/doc/source/changelog/113.miscellaneous.md new file mode 100644 index 00000000..a7d73cee --- /dev/null +++ b/doc/source/changelog/113.miscellaneous.md @@ -0,0 +1 @@ +Ci: doc deploy dev missing