Skip to content

Commit

Permalink
update pkgdown action
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed Apr 22, 2024
1 parent c26fffc commit ad28a26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -39,7 +41,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
clean: false
branch: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description: This is a pkgdown template for RBI R packages using
consistent theming.
License: MIT + file LICENSE
URL: https://github.com/rnabioco/rbitemplate,
https://rnabioco.github.io/rbitemplate
https://rnabioco.github.io/rbitemplate/
BugReports: https://github.com/rnabioco/rbitemplate/issues
Suggests:
knitr,
Expand All @@ -22,4 +22,4 @@ Config/Needs/website:
rnabioco/rbitemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.3.1

0 comments on commit ad28a26

Please sign in to comment.