From 6ca98db8d7feeeb0cfc9ff016ecb6269f1ce53ed Mon Sep 17 00:00:00 2001 From: John Novak Date: Sun, 7 Jul 2024 21:04:37 +1000 Subject: [PATCH] Build manual in the CI workflow --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2c640a..c0e02fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,8 @@ jobs: sass --version - name: Install sphinx - run: pip install sphinx + run: | + pip install sphinx sphinx-build --version - name: Inject version string @@ -45,6 +46,9 @@ jobs: VERSION=$(./scripts/get-version.sh version-and-hash) echo "VERSION=$VERSION" >> $GITHUB_ENV + - name: Build manual + run: nim manual + - name: macOS arm64 release build run: nim -f releaseMacX64