Skip to content

Bump actions/setup-python from 5 to 6 #62

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #62

Workflow file for this run

name: Docs
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-awesome-pages-plugin mkdocs-git-revision-date-localized-plugin
- run: cp -r README.md images docs
- run: mkdocs gh-deploy --force