From cec0c347bd7464a07eea1b2fdb90116437ff4e31 Mon Sep 17 00:00:00 2001 From: Cory Ness Date: Sat, 29 Aug 2020 19:04:42 -0400 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b802e7c..8626952 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -63,7 +63,8 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git commit -m "Update GH-Pages with latest release" -a + git add . + git commit -m "Update GH-Pages with latest release" - name: Push to gh-pages branch uses: ad-m/github-push-action@master