Skip to content

Commit b2512ff

Browse files
committed
add latest first
1 parent 293021a commit b2512ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: update doc versions
8686
run: |
87-
>doc_versions.txt
87+
echo latest > doc_versions.txt
8888
CURRENT_MINOR=${CURRENT_PATCH%.*}
8989
echo current patch: $CURRENT_PATCH current minor: $CURRENT_MINOR
9090
for folder in $(ls -rd */ | tr -d '/')

0 commit comments

Comments
 (0)