Skip to content

Commit

Permalink
Update GenerateDesignDocs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Theron Halsey <[email protected]>
  • Loading branch information
theronhalsey authored Dec 8, 2023
1 parent 4bd7710 commit bbc96fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/GenerateDesignDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ jobs:
output_dir: ./out/src
- name: Push docs to repo
run: |
git config --global user.name "GitHub Actions"
git config --global user.name {{ github.actor }}
git config --global user.email "[email protected]"
git add ./out
git commit -m "Updating Jsdoc documentation" || echo "No changes to commit"
git push
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit bbc96fc

Please sign in to comment.