Skip to content

Commit 7c8f993

Browse files
authored
Merge pull request #527 from bashtage/update-gh-actions-v2
MAINT: Reduce verbosity
2 parents db3360d + 4dbe2c5 commit 7c8f993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/push-docs-gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git add ./\*.css
3737
git add ./\*.ipynb
3838
git add _sources/.
3939
git add _static/.
40-
git status --verbose
40+
git status
4141
echo "Change remote"
4242
git remote set-url origin https://bashtage:"${GH_PAGES_TOKEN}"@github.com/bashtage/linearmodels.git
4343
echo "Github Actions doc build after commit ${GITHUB_SHA::8}"

0 commit comments

Comments
 (0)