diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-29 20:01:21 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-29 20:01:21 (GMT) |
| commit | bdd3f91b77d1911a0a8728e90435b271c4218321 (patch) | |
| tree | eab7b7232ac558b07ab44f7d65c67ca9279a4660 /.github | |
| parent | 233c136a5c5f1fd4fc940400bc80951c76828811 (diff) | |
github: actions: Ensure warning free docs build
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67691ff..9a63433 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,8 @@ jobs: id: install-packages run: | sudo apt-get update - sudo apt-get install -y python3-sphinx python3-recommonmark python3-cryptography python3-cbor + sudo apt-get install -y python3-sphinx python3-cryptography python3-cbor graphviz + sudo pip3 install recommonmark - name: Update submodules id: update-submodules |
