Skip to content

build(deps): bump urllib3 from 2.0.7 to 2.1.0 #98

build(deps): bump urllib3 from 2.0.7 to 2.1.0

build(deps): bump urllib3 from 2.0.7 to 2.1.0 #98

Workflow file for this run

name: Build Docs
on:
push:
pull_request:
workflow_dispatch:
jobs:
docs:
name: Dry-run docs build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Initialize Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Build docs
run: sphinx-build docs docs/_build