Skip to content

v1.2.1

v1.2.1 #20

Workflow file for this run

name: build-docs
on:
push:
tags:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: "3.12"
architecture: "x64"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[docs]
- name: Build Docs
run: |
git config --local user.email "[email protected]"
git config --local user.name "Hakan Celik"
git fetch --all
mike deploy ${{github.ref_name}} latest --update-aliases --push