Skip to content

docs: set GitHub repo icon #15

docs: set GitHub repo icon

docs: set GitHub repo icon #15

Workflow file for this run

name: "Deploy docs to GitHub Pages"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: atirut-w/mkdocs-deploy@master
with:
extra-packages: mkdocs-material