Skip to content

Commit

Permalink
Build manual in the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnovak committed Jul 7, 2024
1 parent 9774af2 commit 6ca98db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 6ca98db

Please sign in to comment.