mirror of
https://github.com/n64decomp/mk64
synced 2026-06-12 04:57:16 -04:00
finish setup doxygen (#458)
* update and setup doxygen file * move to docs/html * Readme - Add link to the documentation
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: Doxygen GitHub Pages Deploy Action
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: gh-pages
|
||||
folder: docs/html
|
||||
config_file: Doxyfile
|
||||
Reference in New Issue
Block a user