Skip to content

Commit

Permalink
Quiet in git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed May 19, 2024
1 parent 7bfb231 commit 2b99e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
DEPLOY_SOURCE_HEAD=$(git rev-parse --short HEAD)
cd ..
echo "git clone AMReX-Codes.github.io"
git clone --depth=1 -b main [email protected]:AMReX-Codes/AMReX-Codes.github.io
git clone --quiet --depth=1 -b main [email protected]:AMReX-Codes/AMReX-Codes.github.io
cd AMReX-Codes.github.io/amrex/tutorials_html/
rsync -q -av --checksum --progress ${DEPLOY_SOURCE}/. .
git add --all .
Expand Down

0 comments on commit 2b99e21

Please sign in to comment.