We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bbfb1 commit 4c873b0Copy full SHA for 4c873b0
.github/workflows/releaser.yml
@@ -10,10 +10,6 @@ on:
10
description: 'Release tag'
11
default: 'latest'
12
type: string
13
- checkout_ref:
14
- description: 'Ref to checkout for doc index (default to current branch)'
15
- default: ''
16
- type: string
17
18
env:
19
DOCUMENTATION_CNAME: 'post.docs.pyansys.com'
@@ -66,7 +62,7 @@ jobs:
66
62
67
63
upload_docs_release:
68
64
name: "Upload release documentation"
69
- needs: [Publish_to_PyPI]
65
+ needs: [Publish_to_PyPI, get_latest_tag]
70
runs-on: ubuntu-latest
71
steps:
72
- name: "Download Release Asset - HTML"
0 commit comments