1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 10:54:16 +00:00

Update rust.yml

This commit is contained in:
jam1garner 2020-04-12 23:43:02 -04:00 committed by GitHub
parent 31a96debba
commit f6ae69c2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: