|
|
@@ -70,7 +70,7 @@ jobs:
|
|
|
run: phpdoc --config=phpdoc.xml
|
|
|
|
|
|
- name: "Publish Docs to gh-pages"
|
|
|
- uses: JamesIves/github-pages-deploy-action@v4.3.3
|
|
|
+ uses: JamesIves/github-pages-deploy-action@v4.3.4
|
|
|
with:
|
|
|
branch: gh-pages
|
|
|
folder: docs
|
|
|
@@ -112,6 +112,4 @@ jobs:
|
|
|
run: php vendor/bin/phpunit --configuration=phpunit.xml
|
|
|
|
|
|
- name: "Send code coverage report to Codecov.io"
|
|
|
- uses: codecov/codecov-action@v1
|
|
|
- with:
|
|
|
- token: ${{ secrets.CODECOV_TOKEN }}
|
|
|
+ uses: codecov/codecov-action@v3
|