Skip to content

Commit

Permalink
fix docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wellmann committed Mar 30, 2024
1 parent 3861e41 commit 385fb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: phpDocumentor generate
run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -d ./src -t ./docs/reference --template=.phpdoc/templates
run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 run -d ./src -t ./docs/reference --template=.phpdoc/templates
- name: commit generated phpdocs
run: |
git add . -f
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

### Generate reference docs

Run `docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -d ./src -t ./docs/reference --template=.phpdoc/templates` from project root.
Run `docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 run -d ./src -t ./docs/reference --template=.phpdoc/templates` from project root.

0 comments on commit 385fb55

Please sign in to comment.