Skip to content

refactor: cart does not depend on request anymore #46

refactor: cart does not depend on request anymore

refactor: cart does not depend on request anymore #46

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force