From 8069e109b4f505c8ff77510f71f29f50349fe4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wr=C3=B3bel?= Date: Thu, 1 Jul 2021 16:03:52 +0200 Subject: [PATCH] #386: - setting up github action --- .github/workflows/deploy_docs.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index cc34a0eca..f553a495a 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -20,12 +20,10 @@ jobs: architecture: 'x64' - name: Install dependencies run: | - pip2 -V - pip3 -V -# curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py -# sudo python2 get-pip.py -# pip2 install sphinx sphinx-rtd-theme -# pip3 install sphinx sphinx-rtd-theme + curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py + sudo python2 get-pip.py + pip2 install sphinx sphinx-rtd-theme + pip3 install sphinx sphinx-rtd-theme - name: Build documentation working-directory: ${{env.working-directory}} run: python3 sphinx_rst_generator.py