Skip to content

Commit

Permalink
Merge branch 'main' into release/0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Aug 3, 2022
2 parents 69fe928 + 4e7a8da commit 62d089e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 62d089e

Please sign in to comment.