Skip to content

f added pkgdown

f added pkgdown #3

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branch: [main, master]
pull_request:
branch: [main, master]
release:
types: [published]
workflow_dispatch:
name: Deploy to GitHub Pages
jobs:
cleanup-build-deploy:
uses: ./.github/workflows/pkgdown.yaml

Check failure on line 16 in .github/workflows/test_pkgdown.yaml

View workflow run for this annotation

GitHub Actions / Deploy to GitHub Pages

Invalid workflow file

The workflow is not valid. In .github/workflows/test_pkgdown.yaml (Line: 16, Col: 11): Error from called workflow ssi-dk/AEF-DDF/.github/workflows/pkgdown.yaml@7e58e94bad6a500486c096cfa785c7001abc48dd (Line: 35, Col: 14): Unrecognized named-value: 'input'. Located at position 40 within expression: inputs.event_name != 'pull_request' || input.run_id
with:
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
secrets: inherit