Skip to content

Merge pull request #93 from botamochi6277/face_custom #6

Merge pull request #93 from botamochi6277/face_custom

Merge pull request #93 from botamochi6277/face_custom #6

Workflow file for this run

name: A job to build doxgen document and deploy it on github-pages
on:
push:
branches:
- main
- master
- 'doxygen*'
workflow_dispatch:
jobs:
doxygen-job:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: download modern theme
run: |
curl -OL https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/main/doxygen-awesome.css
- uses: mattnotmitt/doxygen-action@v1.9.5
- name: Deploy pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "html"