diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 021e2c9..e4389ca 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,6 +17,7 @@ jobs: shell: bash -l {0} run: | python3 --version + DEBIAN_FRONTEND=noninteractive apt-get update --assume-yes DEBIAN_FRONTEND=noninteractive apt-get install pandoc texlive-xetex --assume-yes pip3 install pandoc sphinx-build --version