Skip to content

chore: bump version to 0.5.2 #19

chore: bump version to 0.5.2

chore: bump version to 0.5.2 #19

Workflow file for this run

name: Documentation
on:
push:
branches: [main]
jobs:
Documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install '.[dev]'
- name: Set up Git
run: |
git config user.name ${{ github.actor }}
git config user.email ${{ github.actor }}@users.noreply.github.com
- name: Build documentation
run: |
git fetch origin gh-pages
mike delete main
mike deploy --push main