Skip to content

Commit 2b99e21

Browse files
committed
Quiet in git clone
1 parent 7bfb231 commit 2b99e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
DEPLOY_SOURCE_HEAD=$(git rev-parse --short HEAD)
5555
cd ..
5656
echo "git clone AMReX-Codes.github.io"
57-
git clone --depth=1 -b main [email protected]:AMReX-Codes/AMReX-Codes.github.io
57+
git clone --quiet --depth=1 -b main [email protected]:AMReX-Codes/AMReX-Codes.github.io
5858
cd AMReX-Codes.github.io/amrex/tutorials_html/
5959
rsync -q -av --checksum --progress ${DEPLOY_SOURCE}/. .
6060
git add --all .

0 commit comments

Comments
 (0)