Skip to content

Merge pull request #383 from UKPythonAssociation/dependabot/pip/sphin… #948

Merge pull request #383 from UKPythonAssociation/dependabot/pip/sphin…

Merge pull request #383 from UKPythonAssociation/dependabot/pip/sphin… #948

Workflow file for this run

name: Sphinx site
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11
cache: "pipenv"
- name: Install Pipenv
run: |
curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- name: Install dependencies
run: |
pipenv install
- name: Build
run: |
pipenv run make html dirhtml