Commit ce0db75 1 parent d236698 commit ce0db75 Copy full SHA for ce0db75
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
run : sudo apt-get update && sudo apt-get -y install ${dependency_packages}
18
18
19
19
- name : build
20
- run : cd doc && doxygen ./Doxyfile
20
+ run : cd doc && VERSION=$(cat ../VERSION) doxygen ./Doxyfile
21
21
22
22
- name : deploy
23
23
uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Franky"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 0.2.0
41
+ PROJECT_NUMBER = $(VERSION)
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
You can’t perform that action at this time.
0 commit comments