Skip to content

Updates after including masp and openvcl in the toolchain #23

Updates after including masp and openvcl in the toolchain

Updates after including masp and openvcl in the toolchain #23

Workflow file for this run

name: github pages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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