Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 10, 2024
1 parent c3d2266 commit 29cc0f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
python-version: "3.11"

- name: Configure Git user
run: |
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }}"
- name: Init docs site
run: INFERENCE_RESULTS_REPO_OWNER=${{ github.repository_owner }} bash run.sh

Expand Down

0 comments on commit 29cc0f7

Please sign in to comment.