Skip to content

basic surface APF

basic surface APF #170

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 }}