Skip to content

Commit

Permalink
fix: issue with gh-pages latest site (#3390)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Oct 30, 2024
1 parent 52b63f9 commit 7ac4887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-gh-page.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ $PRE_RELEASE == "true" || $RELEASE == "true" ]]; then
rm -rf ./public/version/latest
fi
mkdir ./public/version/latest
cp ./out ./public/version/latest
cp -RT ./out ./public/version/latest
echo " Copied dir out to ./public/version/latest"
fi
mv ./out ./public/version/"$NAME"
Expand Down

0 comments on commit 7ac4887

Please sign in to comment.