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 b0acbda commit 2ad239fCopy full SHA for 2ad239f
.github/workflows/docs_release.yaml
@@ -48,11 +48,11 @@ jobs:
48
group: release-documentation-${{ github.ref }}
49
cancel-in-progress: true
50
steps:
51
- - name: Extract version
+ - name: Extract version # cut off excessive symbols from the git branch name to create a short version name
52
shell: bash
53
run: echo "version=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" | sed -e 's|stable-|v|g' -e 's|-|.|g' >> $GITHUB_OUTPUT
54
id: extract_version
55
- - name: Set update-only-version
+ - name: Set update-only-version # commits to only one branch need to update the default docs revision
56
id: set-update-only-version
57
run: |
58
if [[ "${GITHUB_REF##*/}" == "main" ]]; then
0 commit comments