diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index aa0ff45..54d8369 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: name: Install sphinx and prerequisites run: | sudo apt update - sudo apt install -y python3-sphinx-rtd-theme python3-sphinx make libcommon-sense-perl libjson-perl libdatetime-perl + sudo apt install -y python3-sphinx-rtd-theme python3-sphinx make libcommon-sense-perl libjson-perl libdatetime-perl libterm-readkey-perl - name: Build documentation run: cd doc/sphinx/ && make all