Skip to content

Commit

Permalink
[PHPDOC] fix: pre-merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo David committed Dec 27, 2021
1 parent 28d689b commit 734c3a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/phpdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
name: 'build'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Run docs
run: cd shell/ci && ./phpdoc.sh
run: cd workflow/phpdocumentor/phpdocumentor && composer update && cd ../../bin && phpdoc -d "..\..\class" -t "..\..\docs"



0 comments on commit 734c3a5

Please sign in to comment.