Skip to content

Documentation

Documentation #3

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
tags: '*'
pull_request:
workflow_dispatch:
jobs:
call-documenter-AbstractXsdTypes:

Check failure on line 12 in .github/workflows/documentation.yml

View workflow run for this annotation

GitHub Actions / Documentation

Invalid workflow file

The workflow is not valid. .github/workflows/documentation.yml (Line: 12, Col: 3): Error calling workflow 'Tom-Lemmens/XmlStructTools.jl/.github/workflows/subdirdocumenter.yml@0f63ddbc5595e68ca3addd1b14eb3beda7d785aa'. The nested job 'build' is requesting 'contents: write, pull-requests: read, statuses: write', but is only allowed 'contents: read, pull-requests: none, statuses: none'.
uses: ./.github/workflows/subdirdocumenter.yml
with:
subdir: AbstractXsdTypes.jl
secrets:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
call-documenter-XmlStructLoader:
uses: ./.github/workflows/subdirdocumenter.yml
with:
subdir: XmlStructLoader.jl
secrets:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
call-documenter-XmlStructWriter:
uses: ./.github/workflows/subdirdocumenter.yml
with:
subdir: XmlStructWriter.jl
secrets:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
call-documenter-XsdToStruct:
uses: ./.github/workflows/subdirdocumenter.yml
with:
subdir: XsdToStruct.jl
secrets:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}