Skip to content

Commit

Permalink
Merge pull request #212 from level-level/test-docs
Browse files Browse the repository at this point in the history
Attempts to fix API docs generation.
  • Loading branch information
NielsdeBlaauw authored Nov 30, 2020
2 parents bb7f73a + d32b316 commit fa096a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Generate PHP API docs
uses: docker://phpdoc/phpdoc:3
with:
args: phpdoc run --title ClarksonCore --visibility public --sourcecode -d src -t out/phpdoc
args: run --title ClarksonCore --visibility public --sourcecode -d src -t out/phpdoc

- name: Publish pages
uses: maxheld83/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v1

- name: Install PHP
uses: shivammathur/setup-php@1.3.7
uses: shivammathur/setup-php@2.7.0
with:
php-version: ${{ matrix.php }}

Expand Down

0 comments on commit fa096a4

Please sign in to comment.