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 293021a commit b2512ffCopy full SHA for b2512ff
.github/workflows/docs.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: update doc versions
86
run: |
87
- >doc_versions.txt
+ echo latest > doc_versions.txt
88
CURRENT_MINOR=${CURRENT_PATCH%.*}
89
echo current patch: $CURRENT_PATCH current minor: $CURRENT_MINOR
90
for folder in $(ls -rd */ | tr -d '/')
0 commit comments