Skip to content

DeployMkDocs

DeployMkDocs #72

Workflow file for this run

name: DeployMkDocs
on:
push:
branches: [ main ]
paths:
- ".github/workflows/DeployMkDocs.yml"
- "mkdocs.yml"
- "./docs/**"
pull_request:
branches: [ main ]
paths:
- ".github/workflows/DeployMkDocs.yml"
- "mkdocs.yml"
- "./docs/**"
workflow_dispatch:
jobs:
build-and-deploy:

Check failure on line 21 in .github/workflows/DeployMkDocs.yml

View workflow run for this annotation

GitHub Actions / DeployMkDocs

Invalid workflow file

The workflow is not valid. .github/workflows/DeployMkDocs.yml (Line: 21, Col: 3): Error calling workflow 'Nexus-Mods/NexusMods.App.Meta/.github/workflows/mkdocs-build-and-deploy.yaml@main'. The nested job 'build' is requesting 'contents: read', but is only allowed 'contents: none'.
permissions:
pages: write
id-token: write
uses: Nexus-Mods/NexusMods.App.Meta/.github/workflows/mkdocs-build-and-deploy.yaml@main