Update deploy.yml

This commit is contained in:
HAHWUL 2022-08-19 17:41:33 +09:00 committed by GitHub
parent 05864e7a2d
commit 077c5190cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
run: |
git config --local user.email "hahwul@gmail.com"
git config --local user.name "WHW"
git add README.md ./script/last_change
git add README.md ./scripts/last_change
git commit -m "Deploy README.md"
- name: Push changes
uses: ad-m/github-push-action@master