Skip to content

build: update httpx #38

build: update httpx

build: update httpx #38

Workflow file for this run

name: docs
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.9"
architecture: x64
- uses: abatilo/[email protected]
with:
poetry-version: "1.1.13"
- run: poetry install --extras all
- run: poetry run mkdocs build
- uses: peaceiris/[email protected]
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
publish_dir: ./site