Skip to content

chore(scripts): fix project name in bump_version.py and add cargo loc… #37

chore(scripts): fix project name in bump_version.py and add cargo loc…

chore(scripts): fix project name in bump_version.py and add cargo loc… #37

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install dependencies
run: pip install mkdocs-material
- name: Deploy MkDocs
run: mkdocs gh-deploy --force