1
0
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:
2026-03-12 08:33:03 +02:00
parent d113c492c9
commit 2719e1d746

View File

@@ -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