Skip to content

Build documentation and check links #924

Build documentation and check links

Build documentation and check links #924

Workflow file for this run

name: Build documentation and check links
on:
workflow_dispatch:
schedule:
# Runs at 1am each day.
- cron: '0 1 * * *'
jobs:
# ref: https://github.com/2i2c-org/.github/blob/main/.github/workflows/documentation-link-check.yaml
linkcheck:
# don't run cron job on forks
# ref: https://github.com/orgs/community/discussions/26684
if: github.repository == '2i2c-org/docs'
uses: 2i2c-org/.github/.github/workflows/documentation-link-check.yaml@main

Check failure on line 15 in .github/workflows/doc-links.yml

View workflow run for this annotation

GitHub Actions / Build documentation and check links

Invalid workflow file

The workflow is not valid. In .github/workflows/doc-links.yml (Line: 15, Col: 11): Error from called workflow 2i2c-org/.github/.github/workflows/documentation-link-check.yaml@main (Line: 37, Col: 18): Unexpected value 'write'
with:
docs_path: .
requirements_path: requirements.txt