Merge pull request #3637 from cfallin/fix-doc-build

Fix "Doc build" CI job.
This commit is contained in:
Chris Fallin
2022-01-03 11:07:15 -08:00
committed by GitHub

View File

@@ -66,8 +66,8 @@ jobs:
# Build C API documentation # Build C API documentation
- run: sudo apt-get update -y && sudo apt-get install -y libclang1-9 libclang-cpp9 - run: sudo apt-get update -y && sudo apt-get install -y libclang1-9 libclang-cpp9
- run: curl -L https://doxygen.nl/files/doxygen-1.9.1.linux.bin.tar.gz | tar xzf - - run: curl -L https://www.doxygen.nl/files/doxygen-1.9.3.linux.bin.tar.gz | tar xzf -
- run: echo "`pwd`/doxygen-1.9.1/bin" >> $GITHUB_PATH - run: echo "`pwd`/doxygen-1.9.3/bin" >> $GITHUB_PATH
- run: cd crates/c-api && doxygen doxygen.conf - run: cd crates/c-api && doxygen doxygen.conf
# install mdbook, build the docs, and test the docs # install mdbook, build the docs, and test the docs