Skip to content

Commit

Permalink
alt docker approach
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Feb 8, 2024
1 parent 95055cf commit 44bfb2d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
with:
php_version: "8.2"

- name: Generate API docs
uses: phpDocumentor/[email protected]
with:
config: phpdoc.dist.xml
target: docs
- name: Run phpdoc
run: |
docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -t ./docs
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 44bfb2d

Please sign in to comment.