Skip to content

Update version to 3.5.4 and introduce request timeout #246

Update version to 3.5.4 and introduce request timeout

Update version to 3.5.4 and introduce request timeout #246

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout master
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies will speed up subsequent runs
- run: pip install -e .
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force --clean --verbose