Skip to content

build(deps): bump typing-extensions from 4.12.1 to 4.12.2 #1362

build(deps): bump typing-extensions from 4.12.1 to 4.12.2

build(deps): bump typing-extensions from 4.12.1 to 4.12.2 #1362

Workflow file for this run

name: Deploy PR previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install Dependencies
run: |
python -m pip install -U pip poetry
poetry --version
poetry config --local virtualenvs.in-project true
poetry install --only docs
- name: Build docs
run: |
poetry run mkdocs build
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./site/