mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-20 13:14:42 -05:00
Improve action script
This commit is contained in:
parent
b542cd8ae4
commit
253e8bffe2
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user