mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 02:44:17 +00:00
Update rust.yml
This commit is contained in:
parent
31a96debba
commit
f6ae69c2f6
1 changed files with 5 additions and 0 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -16,6 +16,11 @@ jobs:
|
|||
cargo doc --target x86_64-unknown-linux-gnu --target-dir .
|
||||
rm -rf ./doc ./debug
|
||||
cp ./x86_64-unknown-linux-gnu/doc ./doc -r
|
||||
-name: Commit
|
||||
run:
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git commit -m "Add Documentation" -a
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue