Skip to content

Added: Full Fledged Static Search API & Further Edge Casing on Game ID #99

Added: Full Fledged Static Search API & Further Edge Casing on Game ID

Added: Full Fledged Static Search API & Further Edge Casing on Game ID #99

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