From f6ae69c2f60b1c9cc317fadff05a2b1625173d6b Mon Sep 17 00:00:00 2001 From: jam1garner Date: Sun, 12 Apr 2020 23:43:02 -0400 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b872798..a9bddf3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: