Add lua options getset, output Lua log every 60 frames (#104) #94
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Documentation | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: DenverCoder1/doxygen-github-pages-action@v1.3.1 | |
| with: | |
| github_token: ${{ secrets.BURROW_BOT }} | |
| branch: docs | |
| folder: docs/html | |
| config_file: docs/doxygen.config |