mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
deploy docs to gh-pages
This commit is contained in:
parent
40e3ae5618
commit
c648cb6b69
21
.github/workflows/docs.yaml
vendored
Normal file
21
.github/workflows/docs.yaml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Doxygen
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Build and deploy documentation
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build
|
||||
uses: mattnotmitt/doxygen-action@v1
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/doxygen
|
Loading…
Reference in New Issue
Block a user