File tree Expand file tree Collapse file tree 4 files changed +6
-23
lines changed Expand file tree Collapse file tree 4 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 7373 uses : php-actions/composer@v6
7474 with :
7575 php_version : ' 8.4'
76- command : ' docs -- --target=public/ --template="" '
76+ command : ' docs'
7777
7878 - name : Upload artifact
7979 if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 5454
5555 - name : Commit update
5656 run : |
57- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
57+ git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}
5858
5959 git config --global user.email "github-actions[bot]@users.noreply.github.com"
6060 git config --global user.name "github-actions[bot]"
Original file line number Diff line number Diff line change 5656 "scripts" : {
5757 "cs-check" : " PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff" ,
5858 "cs-fix" : " PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix" ,
59- "docs" : " phpdoc" ,
59+ "docs" : [
60+ " phpdoc -d ./src/ -t public/ --title 'Fast Forward Container API'" ,
61+ " phpdoc -d ./src/ -t docs/wiki --title 'Fast Forward Container API' --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'"
62+ ],
6063 "mutation-testing" : " infection --threads=4" ,
6164 "pre-commit" : [
6265 " @cs-check" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments