Skip to content

removed bug and added support for simulation of spinning tops #984

removed bug and added support for simulation of spinning tops

removed bug and added support for simulation of spinning tops #984

Workflow file for this run

name: Documentation
on:
push:
branches:
- develop
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install and Build
env:
CGV_DIR: /home/runner/work/cgv/cgv
CGV_BUILD: /home/runner/work/cgv/cgv/build
run: |
sudo apt-get update
sudo apt-get install -y doxygen
mkdir build
doxygen doc/cgv.dox
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build/cgv_doc/html