Skip to content

Commit

Permalink
use pkgdown workflow from insightsengineering
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Slama committed Feb 21, 2024
1 parent 9c304b6 commit 2c0e381
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 97 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/check-standard.yaml

This file was deleted.

43 changes: 43 additions & 0 deletions .github/workflows/docs.yaml
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
48 changes: 0 additions & 48 deletions .github/workflows/pkgdown.yaml

This file was deleted.

0 comments on commit 2c0e381

Please sign in to comment.