mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
commit changes [ci skip]
This commit is contained in:
parent
762c8ee236
commit
122916a218
1 changed files with 13 additions and 0 deletions
13
.github/workflows/website_update.yml
vendored
13
.github/workflows/website_update.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue