Add forgejo action to generate doxygen docs
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s
This commit is contained in:
parent
57101d283d
commit
6c03859cf1
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/doxygen.yaml
Normal file
14
.forgejo/workflows/doxygen.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
name: Publish doxygen documentation to seodisparate.com
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
doxygen-gen-and-publish:
|
||||||
|
runs-on: archLinux
|
||||||
|
steps:
|
||||||
|
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/EntityComponentMetaSystem.git ECMS
|
||||||
|
- run: cd ECMS && git checkout master
|
||||||
|
- run: cd ECMS && doxygen
|
||||||
|
- run: rsync -r --delete ECMS/doxygen_html/html/ /srv/http/ECMS_docs/
|
Loading…
Reference in a new issue