* porting SOM run-time to OS/2 (includes valerius changes too) #545
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: 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 |