Skip to content

Merge branch 'main' of https://gitlab.sii.fr/mbse-idf/rd/immersive-si… #171

Merge branch 'main' of https://gitlab.sii.fr/mbse-idf/rd/immersive-si…

Merge branch 'main' of https://gitlab.sii.fr/mbse-idf/rd/immersive-si… #171

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/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}