Skip to content

Bump certifi from 2023.11.17 to 2024.7.4 #10

Bump certifi from 2023.11.17 to 2024.7.4

Bump certifi from 2023.11.17 to 2024.7.4 #10

Workflow file for this run

name: Deploy PR previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency:
group: preview-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies and build
if: github.event.action != 'closed'
run: |
python -m pip install poetry
poetry install --no-dev
poetry run make html
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./build/html/