We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfb231 commit 2b99e21Copy full SHA for 2b99e21
.github/workflows/docs.yml
@@ -54,7 +54,7 @@ jobs:
54
DEPLOY_SOURCE_HEAD=$(git rev-parse --short HEAD)
55
cd ..
56
echo "git clone AMReX-Codes.github.io"
57
- 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
58
cd AMReX-Codes.github.io/amrex/tutorials_html/
59
rsync -q -av --checksum --progress ${DEPLOY_SOURCE}/. .
60
git add --all .
0 commit comments