We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2742e9e commit 98595ccCopy full SHA for 98595cc
ci/build_cpp.sh
@@ -184,7 +184,8 @@ then
184
git clone "https://${token}@github.com/DARMA-tasking/DARMA-tasking.github.io"
185
git clone https://github.com/mosra/m.css
186
cd m.css
187
- git checkout master
+ git checkout 699abdd5
188
+ sed -i '2600d' documentation/doxygen.py # remove incorrect assertion
189
cd ../
190
191
"$MCSS/documentation/doxygen.py" Doxyfile-mcss
0 commit comments