Skip to content

Remove unused MkDocs workflow and Use Latest Workflow from Meta Repo #6

Remove unused MkDocs workflow and Use Latest Workflow from Meta Repo

Remove unused MkDocs workflow and Use Latest Workflow from Meta Repo #6

name: MkDocs build and deploy
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- "mkdocs.yml"
- "docs/**"
pull_request:
branches: [ main ]
jobs:
build-and-deploy:
permissions:
contents: read
pages: write
id-token: write
uses: Nexus-Mods/NexusMods.App.Meta/.github/workflows/mkdocs-build-and-deploy.yaml@main
with:
mkdocs_version: '9.5.0'

Check failure on line 21 in .github/workflows/mkdocs-build-and-deploy.yaml

View workflow run for this annotation

GitHub Actions / MkDocs build and deploy

Invalid workflow file

The workflow is not valid. .github/workflows/mkdocs-build-and-deploy.yaml (Line: 21, Col: 23): Invalid input, mkdocs_version is not defined in the referenced workflow.