Skip to content

Commit

Permalink
Update file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy committed Jul 27, 2022
1 parent 3e27ce6 commit e3ba0c6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
branches:
- main
paths:
- inst/templates/**
- _pkgdown.yaml
- "inst/templates/**"
- "_pkgdown.y[a]ml"
- DESCRIPTION
- "**.md"
- "**.Rmd"
- man/**
- LICENSE.*
- "man/**"
- "LICENSE.*"
- NAMESPACE
pull_request:
types:
Expand All @@ -24,19 +24,19 @@ on:
- main
- pre-release
paths:
- inst/templates/**
- _pkgdown.yaml
- "inst/templates/**"
- "_pkgdown.y[a]ml"
- DESCRIPTION
- "**.md"
- "**.Rmd"
- man/**
- LICENSE.*
- "man/**"
- "LICENSE.*"
- NAMESPACE
workflow_dispatch:

jobs:
docs:
name: Pkgdown Docs 📚
name: Pkgdown Docs 📚
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}

0 comments on commit e3ba0c6

Please sign in to comment.