Skip to content

Commit

Permalink
Try just using a github action?
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Feb 8, 2024
1 parent 918f967 commit 95055cf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
with:
php_version: "8.2"

- name: Build documentation
run: |
sudo apt-get update && sudo apt-get install -y graphviz
rm -rf docs || exit 0
mkdir docs
./vendor/bin/phpdoc
- name: Generate API docs
uses: phpDocumentor/[email protected]
with:
config: phpdoc.dist.xml
target: docs

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 95055cf

Please sign in to comment.