Skip to content

Update README.md

Update README.md #34

Workflow file for this run

name: "Documentation"
on:
pull_request:
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
- 'README.md'
push:
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
- 'README.md'
permissions:
contents: read
jobs:
docs:
uses: coreshop/workflow-collection/.github/workflows/docs.yml@v1