From 122916a21888b0c0d01acb4174e5b44a63dbb704 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 3 Jan 2022 16:37:29 -0800 Subject: [PATCH] commit changes [ci skip] --- .github/workflows/website_update.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/website_update.yml b/.github/workflows/website_update.yml index e9101c1573..eb228e561c 100644 --- a/.github/workflows/website_update.yml +++ b/.github/workflows/website_update.yml @@ -81,6 +81,14 @@ jobs: ls -lart site/ |tail -2 || true cd nwchemgit.github.io git diff . + git log -1 + - name: Commit files + shell: bash + working-directory: contrib/mkdocs/nwchemgit.github.io + run: | + git config user.name "nwchemgit" + git config user.email "nwchemgit@gmail.com" + git commit -m "website changes" -a - name: Push changes uses: ad-m/github-push-action@master with: @@ -88,3 +96,8 @@ jobs: github_token: ${{ secrets.REPOSITORY_TOKEN }} branch: ${{ github.ref }} repository: nwchemgit/nwchemgit.github.io + - name: Check commit result + shell: bash + working-directory: contrib/mkdocs/nwchemgit.github.io + run: | + git log -2