Improve action script

This commit is contained in:
hahwul 2022-10-08 00:23:38 +09:00
parent b542cd8ae4
commit 253e8bffe2
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ jobs:
git config --local user.email "hahwul@gmail.com"
git config --local user.name "WHW"
git add README.md ./scripts/last_change
git commit -m "Deploy README.md"
git add ./categorize/*
git commit -m "Deploy README.md and Categorize Docs"
- name: Push changes
uses: ad-m/github-push-action@master
with: