-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use pkgdown workflow from insightsengineering
- Loading branch information
Ondrej Slama
committed
Feb 21, 2024
1 parent
9c304b6
commit 2c0e381
Showing
3 changed files
with
43 additions
and
97 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: Docs 📚 | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- "inst/templates/**" | ||
- "_pkgdown.*" | ||
- DESCRIPTION | ||
- "**.md" | ||
- "**.Rmd" | ||
- "man/**" | ||
- "LICENSE.*" | ||
- NAMESPACE | ||
pull_request: | ||
types: | ||
- opened | ||
- synchronize | ||
- reopened | ||
- ready_for_review | ||
branches: | ||
- main | ||
paths: | ||
- "inst/templates/**" | ||
- "_pkgdown.*" | ||
- 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 }} | ||
with: | ||
default-landing-page: latest-tag |
This file was deleted.
Oops, something went wrong.