Skip to content

fix(create_ssl_context)!: remove crlfile field #1162

fix(create_ssl_context)!: remove crlfile field

fix(create_ssl_context)!: remove crlfile field #1162

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
# Do not trigger for Dependabot PRs
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup python
uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: latest
virtualenvs-in-project: true
virtualenvs-create: true
- name: Install Dependencies
run: |
poetry install --only dev
- name: Build docs
run: |
poetry run mkdocs build
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./site/