Skip to content
Snippets Groups Projects
Commit 485f6520 authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

fixup [with doc]

parent d4fe45c0
No related branches found
No related tags found
No related merge requests found
Pipeline #128038 failed
...@@ -24,8 +24,5 @@ ln -s ${BUILD_DIR}/build/$(ls ./build | grep '^lib') ${BUILD_DIR}/build/$(ls ./b ...@@ -24,8 +24,5 @@ ln -s ${BUILD_DIR}/build/$(ls ./build | grep '^lib') ${BUILD_DIR}/build/$(ls ./b
CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4 doc CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4 doc
cd - cd -
mv ${BUILD_DIR}/docs/build/html public mv ${BUILD_DIR}/docs/build/html public
find ${BUILD_DIR}/docs/build/html -name 'index.html'
ls public
find public -name 'index.html'
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment