docs: Link the coverage badge to the HTML report (#444) #1477
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 | |
pull_request: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
docs: | |
name: Pkgdown Docs π | |
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main | |
with: | |
refs-order: c("latest-tag", "main") | |
default-landing-page: latest-tag | |
secrets: | |
REPO_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |