Skip to content

Try three times to download the file from PyPI. #227

Try three times to download the file from PyPI.

Try three times to download the file from PyPI. #227

# This file is managed by 'repo_helper'. Don't edit it directly.
---
name: "Docs Check"
on:
- push
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: "actions/checkout@v1"
- name: Install and Build 🔧
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: apt-get update && apt-get install gcc python3-dev git pandoc -y && python -m pip install tox
docs-folder: "doc-source/"
build-command: "tox -e docs -- -W "