Skip to content

ci: add dependabot config #24

ci: add dependabot config

ci: add dependabot config #24

Workflow file for this run

name: docs
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
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