Skip to content

Commit

Permalink
update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Nov 18, 2024
1 parent 2c2c383 commit 58a52e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
workflow_dispatch: ~
release:
types: [published, created, edited]

permissions:
contents: write
jobs:
PhpDocumentor:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: PhpDocumentor
uses: koertho/actions-phpDocumentor@master
with:
Expand Down

0 comments on commit 58a52e7

Please sign in to comment.