Skip to content

Update: Routing Docs with More User Friendly Docs #65

Update: Routing Docs with More User Friendly Docs

Update: Routing Docs with More User Friendly Docs #65

Workflow file for this run

name: MkDocs Build and Deploy
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- "mkdocs.yml"
- "docs/**"
pull_request:
branches: [ main ]
paths:
- "mkdocs.yml"
- "docs/**"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
steps:
- name: Deploy MkDocs
uses: Reloaded-Project/reloaded-project-configurations-rust/.github/actions/deploy-mkdocs-documentation@v1
with:
REQUIREMENTS: ./docs/requirements.txt