mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-22 03:33:30 +00:00
:octocat: no token required for gh-pages deploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user