From ae2b9f744942fb3eca50590bbac8e324a7e6109c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Tue, 12 Nov 2024 20:57:40 +0100 Subject: [PATCH] #371: docs: update m.css version --- ci/build_cpp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index 6fd81a31..2e7fc084 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -60,7 +60,7 @@ then git clone --depth=1 "https://${token}@github.com/DARMA-tasking/DARMA-tasking.github.io" git clone https://github.com/mosra/m.css cd m.css - git checkout 5235066 + git checkout 699abdd5 cd ../ "$MCSS/documentation/doxygen.py" Doxyfile-mcss CKPT_NAME=checkpoint_docs @@ -70,7 +70,7 @@ then git config --global user.email "jliffla@sandia.gov" git config --global user.name "Jonathan Lifflander" git add "$CKPT_NAME" - git commit -m "Update checkpoint_docs (auto-build)" + git commit -m "Update magistrate_docs (auto-build)" git push origin master else time cmake --build . --target "${target}"