Skip to content

Commit

Permalink
Fix update-docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiharju committed Sep 1, 2024
1 parent 529c0dc commit 7b295f0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
- 'bin/g*'

jobs:
update-docs:
g:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Git config
run: |
- run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: scripts/update-g-docs.sh
- name: Push changes (if any)
run: git push
scripts/update-g-docs.sh
git push

0 comments on commit 7b295f0

Please sign in to comment.