summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevent Kaya <levent.kaya@codefirst.io>2024-11-27 10:43:21 +0300
committerLevent Kaya <levent.kaya@codefirst.io>2024-11-27 10:43:21 +0300
commite84871d2ebf634b41b152cfce6965e4b00b14e49 (patch)
tree5091b02e498c2b1fad3838b31675ec9d39c3c32a
parent5cd1d3127d674eb2114bb1619701f6cf3314f3ed (diff)
[ci]
-rw-r--r--.github/workflows/doxygen.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index 604d28a..060bdf0 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -2,9 +2,9 @@ name: Generate Documentation
on:
push:
- branches: [ "main" ]
+ branches: [ "master" ]
pull_request:
- branches: [ "main" ]
+ branches: [ "master" ]
workflow_dispatch:
permissions:
@@ -46,7 +46,7 @@ jobs:
doxygen -g Doxyfile
# Configure Doxyfile for m.css and project specifics
- sed -i 's/PROJECT_NAME.*=.*/PROJECT_NAME = "Your Project Name"/g' Doxyfile
+ sed -i 's/PROJECT_NAME.*=.*/PROJECT_NAME = "fbgl"/g' Doxyfile
sed -i 's/INPUT.*=.*/INPUT = README.md fbhl.h/g' Doxyfile
sed -i 's/USE_MDFILE_AS_MAINPAGE.*=.*/USE_MDFILE_AS_MAINPAGE = README.md/g' Doxyfile
sed -i 's/EXTRACT_ALL.*=.*/EXTRACT_ALL = YES/g' Doxyfile