Skip to content

Commit 98595cc

Browse files
committed
#2364: disable incorrect assertion in m.css
1 parent 2742e9e commit 98595cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build_cpp.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ then
184184
git clone "https://${token}@github.com/DARMA-tasking/DARMA-tasking.github.io"
185185
git clone https://github.com/mosra/m.css
186186
cd m.css
187-
git checkout master
187+
git checkout 699abdd5
188+
sed -i '2600d' documentation/doxygen.py # remove incorrect assertion
188189
cd ../
189190

190191
"$MCSS/documentation/doxygen.py" Doxyfile-mcss

0 commit comments

Comments
 (0)