Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 8, 2024
1 parent ee994bf commit 758c9a9
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 ../../master/* PR${BUILD_TESTING}/
cp -R ../../master/html/* PR${BUILD_TESTING}/
else
for VERSION in "${VERSIONS[@]}"; do
echo "get ${VERSION}"
rm -rf ${VERSION}
mkdir "${VERSION}"
cp -R ../../${VERSION}/* ${VERSION}/
cp -R ../../${VERSION}/html/* ${VERSION}/
done
fi
fi
Expand Down

0 comments on commit 758c9a9

Please sign in to comment.