@@ -50,16 +50,15 @@ jobs:
with:
php-version: "7.4"
coverage: none
- tools: phpDocumentor:3
+ tools: phpDocumentor
extensions: ast, gd, imagick, json, mbstring
- name: "Build Docs"
run: phpdoc --config=phpdoc.xml
- name: "Publish Docs to gh-pages"
- uses: JamesIves/github-pages-deploy-action@4.1.5
+ uses: JamesIves/github-pages-deploy-action@4.1.6
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs
CLEAN: true