Skip to content

build dist

build dist #10

Workflow file for this run

name: build dist
on:
create:
tags:
jobs:
linux-build:
name: build on linux
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: apt update
run: |
sudo apt-get update
- name: apt install
run: |
echo y | sudo apt-get install doxygen
- name: generate documentation
run: doxygen
- name: deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: html