Sfoglia il codice sorgente

:octocat: no token required for gh-pages deploy

codemasher 4 anni fa
parent
commit
dae32edff5
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      .github/workflows/tests.yml

+ 2 - 3
.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