Skip to content

Commit

Permalink
#371: docs: update m.css version
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Nov 12, 2024
1 parent b81fa27 commit 506bc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -70,7 +70,7 @@ then
git config --global user.email "[email protected]"
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}"
Expand Down

0 comments on commit 506bc95

Please sign in to comment.