Skip to content

Commit c6172a8

Browse files
committed
work on permission to commit
1 parent a924c45 commit c6172a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_builddocsite.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ jobs:
147147
git add GSASII/help
148148
echo "After add"
149149
git status
150+
- name: commit changes
151+
run: |
152+
cd _gsas2
150153
git commit -m"update help files"
151154
- name: push help into site
152155
run: |

0 commit comments

Comments
 (0)