mirror of
https://github.com/slendidev/smath.git
synced 2026-03-17 02:26:50 +02:00
ci: update docs workflow to use new build script
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -21,13 +21,13 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Doxygen
|
- name: Install Doxygen
|
||||||
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz
|
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz perl
|
||||||
|
|
||||||
- name: Create output directory
|
- name: Create output directory
|
||||||
run: mkdir -p build/docs
|
run: mkdir -p build/docs
|
||||||
|
|
||||||
- name: Generate docs
|
- name: Generate docs
|
||||||
run: doxygen docs/Doxyfile
|
run: ./docs/build_docs.sh
|
||||||
|
|
||||||
- name: Disable Jekyll
|
- name: Disable Jekyll
|
||||||
run: touch build/docs/html/.nojekyll
|
run: touch build/docs/html/.nojekyll
|
||||||
|
|||||||
Reference in New Issue
Block a user