diff --git a/.github/workflows/unix.yml b/.github/workflows/unix.yml index aede6ca6b..5e4b9fc4e 100644 --- a/.github/workflows/unix.yml +++ b/.github/workflows/unix.yml @@ -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 diff --git a/README.md b/README.md index 7a51186fe..f9b49615d 100644 --- a/README.md +++ b/README.md @@ -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)