Skip to content

oops

oops #578

Workflow file for this run

name: Update Docs
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Build Docs
run: |
sudo apt-get install doxygen
sudo apt-get install graphviz
sudo apt-get install rsync
cd doxygen
make
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: doxygen/doc