Skip to content

Commit

Permalink
revert and remove phpdoc from CI for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
olinox14 committed Mar 24, 2024
1 parent d447184 commit b2227f7
Show file tree
Hide file tree
Showing 30 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,3 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./vendor/php-coveralls/php-coveralls/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v

phpdoc:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Run phpdoc
run: |
docker run --rm -v $(pwd):/data phpdoc/phpdoc:3
- name: Upload artifact to GitHub Pages
uses: actions/upload-pages-artifact@v1
with:
path: doc
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
<title>Path-php</title>
<paths>
<output>doc</output>
<output>docs</output>
<cache>.phpdoc/cache</cache>
</paths>
<version number="0.1">
Expand Down

0 comments on commit b2227f7

Please sign in to comment.