mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-16 11:26:11 +00:00
Fix yaml errors
This commit is contained in:
parent
f6ae69c2f6
commit
2a5d8f251f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -16,8 +16,8 @@ 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:
|
||||
- name: Commit
|
||||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git commit -m "Add Documentation" -a
|
||||
|
|
Loading…
Add table
Reference in a new issue