Skip to content

Remove ASM config from IOP cmake file #409

Remove ASM config from IOP cmake file

Remove ASM config from IOP cmake file #409

Workflow file for this run

name: github pages
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: clone custom doxygen CSS
run: |
git clone https://github.com/jothepro/doxygen-awesome-css
- name: Doxygen documentation generation
uses: mattnotmitt/doxygen-action@v1
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html
force_orphan: true