File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ # These are supported funding model platforms
2+
3+ github : [ microdee ]
4+ ko_fi : microdee
5+ thanks_dev : microdee
Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - main
5+ - master
6+ - gh-actions-test
7+ tags :
8+ - generate-docs
9+ permissions :
10+ contents : write
11+
12+ jobs :
13+ deploy :
14+ runs-on : ubuntu-latest
15+ steps :
16+ - name : Checkout
17+ uses : actions/checkout@v4
18+ with :
19+ submodules : recursive
20+ - name : Doxygen on GitHub Pages
21+ id : ghaction
22+ uses : AgarwalSaurav/ghaction-doxygen-ghpages@de7725119570b5d09a5d7872518f9e5cbd8dae8e
23+ with :
24+ github_token : ${{ secrets.GITHUB_TOKEN }}
25+ working-directory : docs
26+ doxyfile-path : Doxyfile
27+ html-output-folder : Doxygen/html
28+ branch : gh-pages
You can’t perform that action at this time.
0 commit comments