Skip to content

163 since format is printed, we may want to improve how formats are printed, currently it is #339

163 since format is printed, we may want to improve how formats are printed, currently it is

163 since format is printed, we may want to improve how formats are printed, currently it is #339

Workflow file for this run

---
name: Docs πŸ“š
on:
push:
branches:
- main
paths:
- inst/templates/**
- _pkgdown.*
- DESCRIPTION
- '**.md'
- man/**
- LICENSE.*
- NAMESPACE
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- main
- pre-release
paths:
- inst/templates/**
- _pkgdown.*
- DESCRIPTION
- '**.md'
- 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 }}
with:
default-landing-page: latest-tag
additional-unit-test-report-directories: unit-test-report-non-cran