commit changes [ci skip]

This commit is contained in:
edoapra 2022-01-03 16:37:29 -08:00
parent 762c8ee236
commit 122916a218
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -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