Skip to content

Update to aas-core-meta, codegen, testgen cb28d18, c414f32, 6ff39c260… #39

Update to aas-core-meta, codegen, testgen cb28d18, c414f32, 6ff39c260…

Update to aas-core-meta, codegen, testgen cb28d18, c414f32, 6ff39c260… #39

Workflow file for this run

name: Doc
on:
push:
branches:
- main
- mristin/Kick-off
jobs:
Generate-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "."
- name: Deploy to gh-pages 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./local-built-doc/html