Skip to content

Commit

Permalink
#360: docs: limit cloning depth for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jul 17, 2024
1 parent 1e080b4 commit 6650aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if test "${MAGISTRATE_DOXYGEN_ENABLED:-0}" -eq 1
then
MCSS=$PWD/m.css
GHPAGE=$PWD/DARMA-tasking.github.io
git clone "https://${token}@github.com/DARMA-tasking/DARMA-tasking.github.io"
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
Expand Down

0 comments on commit 6650aee

Please sign in to comment.