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 75948b2 commit 9888d4bCopy full SHA for 9888d4b
.github/workflows/docs.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
invoke docs
32
BRANCH_OR_TAG=${GITHUB_REF##*/}
33
+ echo "Detected branch/tag: $BRANCH_OR_TAG"
34
if [ $BRANCH_OR_TAG = "master" ]; then
35
BRANCH_OR_TAG="latest"
36
fi;
0 commit comments