Skip to content

Merge branch 'main' of https://github.com/mathisxy/Edgy-Graph #37

Merge branch 'main' of https://github.com/mathisxy/Edgy-Graph

Merge branch 'main' of https://github.com/mathisxy/Edgy-Graph #37

Workflow file for this run

name: Build & Deploy Docs
on:
push:
branches: [main]
permissions:
contents: write
jobs:
docs:
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.13"
- name: Install documentation dependencies
run: |
pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-awesome-pages-plugin
- name: Build and deploy documentation
run: mkdocs gh-deploy --force