mirror of https://github.com/CGAL/cgal
commit
01e6616c8f
|
|
@ -76,13 +76,15 @@ jobs:
|
||||||
if [ "$LIST_OF_PKGS" = "" ]; then
|
if [ "$LIST_OF_PKGS" = "" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
mkdir -p cgal.github.io/${PR_NUMBER}/$ROUND
|
|
||||||
cd build_doc && make -j2 doc && make -j2 doc_with_postprocessing
|
cd build_doc && make -j2 doc && make -j2 doc_with_postprocessing
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://CGAL:${{ secrets.PUSH_TO_CGAL_GITHUB_IO_TOKEN }}@github.com/CGAL/cgal.github.io.git
|
git clone https://CGAL:${{ secrets.PUSH_TO_CGAL_GITHUB_IO_TOKEN }}@github.com/CGAL/cgal.github.io.git
|
||||||
|
mkdir -p cgal.github.io/${PR_NUMBER}/$ROUND
|
||||||
for f in $LIST_OF_PKGS
|
for f in $LIST_OF_PKGS
|
||||||
do
|
do
|
||||||
cp -r ./build_doc/doc_output/$f ./cgal.github.io/${PR_NUMBER}/$ROUND
|
if [ -d ./build_doc/doc_output/$f ]; then
|
||||||
|
cp -r ./build_doc/doc_output/$f ./cgal.github.io/${PR_NUMBER}/$ROUND
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
cp -r ./build_doc/doc_output/Manual ./cgal.github.io/${PR_NUMBER}/$ROUND
|
cp -r ./build_doc/doc_output/Manual ./cgal.github.io/${PR_NUMBER}/$ROUND
|
||||||
cd ./cgal.github.io
|
cd ./cgal.github.io
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue