Skip to content

Fixes an overflow in monster splatter (#3031) #827

Fixes an overflow in monster splatter (#3031)

Fixes an overflow in monster splatter (#3031) #827

Workflow file for this run

name: Generate Documentation
permissions:
contents: write
on:
push:
branches: [upload]
workflow_dispatch:
concurrency:
group: documentation
cancel-in-progress: true
jobs:
documentation:
runs-on: ubuntu-22.04
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: cache css
id: cache-css
uses: actions/cache@v3
with:
key: doxygen-css-cache
path: ./doxygen_doc/doxygen-awesome-css
- if: ${{ steps.cache-css.outputs.cache-hit != 'true' }}
name: download css
run: |
git clone https://github.com/jothepro/doxygen-awesome-css ./doxygen_doc/doxygen-awesome-css
- name: run doxygen
uses: mattnotmitt/[email protected]
with:
working-directory: .
doxyfile-path: ./doxygen_doc/Doxyfile
# additional-packages: font-fira-code
- name: deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doxygen_doc/html/