Skip to content

Feature/UI enhancements (#3835) #517

Feature/UI enhancements (#3835)

Feature/UI enhancements (#3835) #517

Workflow file for this run

name: sync
on:
push:
branches: [ master ]
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run docgen
run: php bin/docgen
- name: Add & Commit
uses: EndBug/add-and-commit@v9
with:
add: 'docs'
message: '[automatic] Update docs with bin/docgen'