From 4e7a8dad680ba11fd4fd8915e99b07f6210b8bc1 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Wed, 3 Aug 2022 00:06:19 -0600 Subject: [PATCH] Revert "Adding tags to documentation" (#1316) * Revert "Adding tags to documentation (#1282)" This reverts commit 115796e0ea0bfdac1cf14ab609d957f1bc20f144. * Apply suggestions from code review --- .github/workflows/ci.yml | 11 +---------- .github/workflows/nightly-doc-build.yml | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a096812675..d096fa1565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,14 +126,6 @@ jobs: application_id: ${{ secrets.BOT_APPLICATION_ID }} application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }} - - name: Get tag - id: tag - uses: dawidd6/action-get-tag@v1 - if: github.event_name == 'push' && contains(github.ref, 'refs/tags') - with: - # Optionally strip `v` prefix - strip_v: false - - name: Setup Python uses: actions/setup-python@v2 with: @@ -229,14 +221,13 @@ jobs: - name: Deploy if: github.event_name == 'push' && contains(github.ref, 'refs/tags') - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@4.1.4 with: repository-name: pyansys/pymapdl-docs token: ${{ steps.get_workflow_token.outputs.token }} branch: gh-pages folder: doc/build/html clean: true - tag: ${{steps.tag.outputs.tag}} - name: Build PDF Documentation working-directory: doc diff --git a/.github/workflows/nightly-doc-build.yml b/.github/workflows/nightly-doc-build.yml index 28e499baf7..d87b244d19 100644 --- a/.github/workflows/nightly-doc-build.yml +++ b/.github/workflows/nightly-doc-build.yml @@ -66,7 +66,7 @@ jobs: xvfb-run make -C doc html - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@4.1.4 with: repository-name: pyansys/pymapdl-dev-docs token: ${{ steps.get_workflow_token.outputs.token }}