Skip to content

Commit

Permalink
add -a to commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyhickson authored Jul 27, 2023
1 parent 59c23c2 commit 49c0cb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_wps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ jobs:
git fetch origin gh-pages
git checkout gh-pages
cp -r ../simulation-systems/build/html .
git status
git commit -m "Docs build"
git commit -am "Docs build"
git push -u origin gh-pages

0 comments on commit 49c0cb4

Please sign in to comment.