From 8f1d6ea4b512a4355a33bca71a572c990bb0b5d7 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 3 Jan 2022 17:02:25 -0800 Subject: [PATCH] reduce output [ci skip] --- .github/workflows/website_update.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/website_update.yml b/.github/workflows/website_update.yml index b9052a3031..c7fdadd539 100644 --- a/.github/workflows/website_update.yml +++ b/.github/workflows/website_update.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout nwchem code uses: actions/checkout@v2 with: - fetch-depth: 40 + fetch-depth: 2 - name: Set up Python 3 uses: actions/setup-python@v2 @@ -72,17 +72,12 @@ jobs: working-directory: contrib/mkdocs run: | rsync --exclude=.git -a site/* nwchemgit.github.io/. - ls -lart || true ls -lart site/index.html || true - ls -lart nwchemgit.github.io//index.html || true - echo '## tail of nwchemgit.github.io ##' - ls -lart nwchemgit.github.io/ |tail -2 || true - echo '## tail of site dir ##' - ls -lart site/ |tail -2 || true + ls -lart nwchemgit.github.io/index.html || true cd nwchemgit.github.io - git diff . + git diff --stat git log -1 - - name: Commit files + - name: Commit changes shell: bash working-directory: contrib/mkdocs/nwchemgit.github.io run: |