Skip to content

Fix update-docs again #3

Fix update-docs again

Fix update-docs again #3

Workflow file for this run

name: Update docs
on:
push:
branches:
- main
pull_request:
paths:
- 'bin/g*'
jobs:
g:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
scripts/update-g-docs.sh
git push