diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 956bd9b37..910dd7e30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: docs CLEAN: true