-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[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}" | ||
|