#4023 [Risk] fix: set date_creation of risk and evaluation the same a… #475
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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" | |
# | |
# | |
# |