Skip to content

chore: update changelog #154

chore: update changelog

chore: update changelog #154

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
deploy-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- run: pipenv install
- run: pipenv run mkdocs gh-deploy --force --clean --verbose