Skip to content

#4012 [DigiriskElement] fix: gp and wu odt documents #469

#4012 [DigiriskElement] fix: gp and wu odt documents

#4012 [DigiriskElement] fix: gp and wu odt documents #469

Workflow file for this run

#name: 'Generate PHP doc'
#on:
# pull_request:
# branches:
# - master
#jobs:
# master:
# name: 'build'
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# with:
# fetch-depth: 0
#
# - name: Run docs
# run: cd workflow/phpdocumentor/phpdocumentor && composer update && cd ../../bin && phpdoc -d "..\..\class" -t "..\..\docs"
#
#
#