File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,11 @@ rm -rf out/master/ || exit 0
88echo " Making the docs for master"
99mkdir out/master/
1010cp util/gh-pages/index.html out/master
11- python3 ./util/export.py out/master/lints.json
1211
1312if [[ -n $TAG_NAME ]]; then
1413 echo " Save the doc for the current tag ($TAG_NAME ) and point stable/ to it"
15- cp -r out/master " out/$TAG_NAME "
16- rm -f out/stable
17- ln -s " $TAG_NAME " out/stable
14+ cp -Tr out/master " out/$TAG_NAME "
15+ ln -sf " $TAG_NAME " out/stable
1816fi
1917
2018if [[ $BETA = " true" ]]; then
@@ -28,8 +26,8 @@ cp util/gh-pages/versions.html out/index.html
2826echo " Making the versions.json file"
2927python3 ./util/versions.py out
3028
31- cd out
3229# Now let's go have some fun with the cloned repo
30+ cd out
3331git config user.name " GHA CI"
3432git config user.email
" [email protected] " 3533
You can’t perform that action at this time.
0 commit comments