Skip to content

docs(recipe/magento2): fix typo in conccurent (#3830) #514

docs(recipe/magento2): fix typo in conccurent (#3830)

docs(recipe/magento2): fix typo in conccurent (#3830) #514

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'