Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
lc525 committed Nov 12, 2024
1 parent 30abf76 commit 36e6ca0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/docs-gb-update-file-references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- run: |
make docs-gb-update-file-references
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

- name: Configure Git
run: |
git config --global user.name "${GITHUB_USER}"
git config --global user.email "${GITHUB_USER}@users.noreply.github.com"
- name: Update file references in docs
run: |
make docs-gitbook-update-file-references
git add .
git commit -m "Update file references in docs"
git push
Expand Down

0 comments on commit 36e6ca0

Please sign in to comment.