Skip to content

Merge branch 'main' of https://github.com/BenoitGeslain/Visuo-haptic-… #156

Merge branch 'main' of https://github.com/BenoitGeslain/Visuo-haptic-…

Merge branch 'main' of https://github.com/BenoitGeslain/Visuo-haptic-… #156

name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: |
echo "Current working dir" "$PWD"
ls -lh
sudo apt-get update
sudo apt install texlive-font-utils
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}