Skip to content

feat: replace static date badge with dynamic last-commit and SOTA badges #2

feat: replace static date badge with dynamic last-commit and SOTA badges

feat: replace static date badge with dynamic last-commit and SOTA badges #2

Workflow file for this run

name: Deploy MkDocs to GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: pip install -r requirements-docs.txt
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force