Skip to content

chore(deps): bump pre-commit/action from 3.0.0 to 3.0.1 #71

chore(deps): bump pre-commit/action from 3.0.0 to 3.0.1

chore(deps): bump pre-commit/action from 3.0.0 to 3.0.1 #71

Workflow file for this run

name: Deploy PR previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency:
group: preview-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pages-preview:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wntrblm/nox@2023.04.22
if: github.event.action != 'closed'
with:
python-versions: "3.11"
- name: Verify no changes required to API docs
if: github.event.action != 'closed'
run: |
nox -s build_api_docs
git diff --exit-code
- name: Generate docs
if: github.event.action != 'closed'
run: nox -s docs
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./docs/_build/html