Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 6, 2024
1 parent 503e4c4 commit 005a76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ else
if [[ ${BUILD_TESTING} -ne false ]]; then
echo "create folder for PR with master only"
mkdir "PR${BUILD_TESTING}"
cp -R html/master/* PR${BUILD_TESTING}/
cp -R ../html/master/* PR${BUILD_TESTING}/
else
for VERSION in "${VERSIONS[@]}"; do
echo "get ${VERSION}"
rm -rf ${VERSION}
mkdir "${VERSION}"
cp -R html/${VERSION}/* ${VERSION}/
cp -R ../html/${VERSION}/* ${VERSION}/
done
fi
fi
Expand Down

0 comments on commit 005a76b

Please sign in to comment.