Skip to content

Commit

Permalink
fix documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Mar 4, 2024
1 parent 5690bae commit e383439
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ jobs:
cat config.log && \
cmake -LA .. && \
! (grep "uninitialized variable" config.log)
- name: Build
- name: Build code
run: ninja
working-directory: build
- name: Build documentation
run: ninja gen_docs
working-directory: build

linux_intel:
needs: buildcheck
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ liboqs is an open source C library for quantum-safe cryptographic algorithms.
- [Limitations and Security](#limitations-and-security)
- [Platform limitations](#platform-limitations)
- [Quickstart](#quickstart)
- [Linux/macOS](#linuxmacos)
- [Linux/macOS](#linux/macOS)
- [Windows](#windows)
- [Cross compilation](#cross-compilation)
- [Documentation](#documentation)
Expand Down

0 comments on commit e383439

Please sign in to comment.