Skip to content

Commit 62d089e

Browse files
committed
Merge branch 'main' into release/0.63
2 parents 69fe928 + 4e7a8da commit 62d089e

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,6 @@ jobs:
126126
application_id: ${{ secrets.BOT_APPLICATION_ID }}
127127
application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }}
128128

129-
- name: Get tag
130-
id: tag
131-
uses: dawidd6/action-get-tag@v1
132-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
133-
with:
134-
# Optionally strip `v` prefix
135-
strip_v: false
136-
137129
- name: Setup Python
138130
uses: actions/setup-python@v2
139131
with:
@@ -229,14 +221,13 @@ jobs:
229221

230222
- name: Deploy
231223
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
232-
uses: JamesIves/github-pages-deploy-action@v4.4.0
224+
uses: JamesIves/github-pages-deploy-action@4.1.4
233225
with:
234226
repository-name: pyansys/pymapdl-docs
235227
token: ${{ steps.get_workflow_token.outputs.token }}
236228
branch: gh-pages
237229
folder: doc/build/html
238230
clean: true
239-
tag: ${{steps.tag.outputs.tag}}
240231

241232
- name: Build PDF Documentation
242233
working-directory: doc

.github/workflows/nightly-doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
xvfb-run make -C doc html
6767
6868
- name: Deploy
69-
uses: JamesIves/github-pages-deploy-action@v4.4.0
69+
uses: JamesIves/github-pages-deploy-action@4.1.4
7070
with:
7171
repository-name: pyansys/pymapdl-dev-docs
7272
token: ${{ steps.get_workflow_token.outputs.token }}

0 commit comments

Comments
 (0)