852 update to pkgdown in the ci workflow generates new warnings and e⦠#1299
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Docs π | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "inst/templates/**" | |
- "_pkgdown.y[a]ml" | |
- DESCRIPTION | |
- "**.md" | |
- "**.Rmd" | |
- "man/**" | |
- "LICENSE.*" | |
- NAMESPACE | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- ready_for_review | |
branches: | |
- main | |
paths: | |
- "inst/templates/**" | |
- "_pkgdown.y[a]ml" | |
- DESCRIPTION | |
- "**.md" | |
- "**.Rmd" | |
- "man/**" | |
- "LICENSE.*" | |
- NAMESPACE | |
workflow_dispatch: | |
jobs: | |
docs: | |
name: Pkgdown Docs π | |
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main | |
secrets: | |
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} |