docs: apply feedback to vulnerability docs #10824
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: CI (docs) | |
on: | |
push: | |
pull_request: | |
defaults: | |
run: | |
shell: sh -ex {0} | |
jobs: | |
build-docs: | |
name: Build Docs | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Git checkout | |
uses: actions/checkout@v3 | |
- name: Install docs environment | |
run: make install | |
- name: Build docs | |
run: make html |