Skip to content

Improved PDL, SC. Added some code from docshell project. #549

Improved PDL, SC. Added some code from docshell project.

Improved PDL, SC. Added some code from docshell project. #549

Workflow file for this run

name: Doxygen
on: [push]
jobs:
build:
name: Generate docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mattnotmitt/[email protected]
with:
working-directory: './OS2/CMD'
doxyfile-path: './Doxyfile'
# - uses: mikeal/publish-to-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BRANCH_NAME: 'master' # your branch name goes here