From dae32edff5ea6ea89e93081a01dbfcb0e8621f7f Mon Sep 17 00:00:00 2001 From: codemasher Date: Fri, 19 Nov 2021 15:56:18 +0100 Subject: [PATCH] :octocat: no token required for gh-pages deploy --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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