Skip to content

Try updating pip before testing documentation #343

Try updating pip before testing documentation

Try updating pip before testing documentation #343

Workflow file for this run

name: "Check documentation"
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
pre-build-command: "pip install --upgrade pip"