Skip to content

Commit 5e381f1

Browse files
committed
Address comments
1 parent 8ae22da commit 5e381f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/doc-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
script: |
9191
set -euo pipefail
9292
93+
# Get github.ref for the output doc folder. By default "main"
94+
# If matches a tag like refs/tags/v1.12.0rc3 or
95+
# refs/tags/v1.12.0 conver to 1.12
9396
GITHUB_REF=${{ github.ref }}
9497
9598
# Convert refs/tags/v1.12.0rc3 into 1.12.

0 commit comments

Comments
 (0)