Skip to content

Commit

Permalink
Change action engine again
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ilic <[email protected]>
  • Loading branch information
gigili committed Jul 9, 2021
1 parent 2558b49 commit 6510f94
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches:
- main
env:
extensions: json
defaultPHPVersion: '8.0.3'
#env:
# extensions: json
# defaultPHPVersion: '8.0.3'

jobs:
# generate_docs:
# runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,4 +44,7 @@ jobs:
with:
wiki_github_update_token: ${{ secrets.WIKI_GITHUB_UPDATE_TOKEN }}
wiki_github_update_user: ${{ secrets.WIKI_GITHUB_UPDATE_USER }}
engine: evert/phpdoc-md
engine: clean/phpdoc-md
class_root_namespace: Gac\Routing
include: |
Gac\Routing\**

0 comments on commit 6510f94

Please sign in to comment.