Skip to content

Commit

Permalink
Fix pkgdown pipeline (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: Franciszek Walkowiak <[email protected]>
  • Loading branch information
gowerc and walkowif authored Oct 6, 2023
1 parent 272cf5f commit f82314d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/packagedown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
push:
branches:
- main
- test-pkgdown-workflow

jobs:
docs:
name: Pkgdown Docs
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
install-system-dependencies: true
# with:
# install-system-dependencies: true
# upgrade-remotes: true

0 comments on commit f82314d

Please sign in to comment.