From ad28a2675474c0c9cb6a2100b60b3f24f028fa21 Mon Sep 17 00:00:00 2001 From: Jay Hesselberth Date: Mon, 22 Apr 2024 05:28:45 -0600 Subject: [PATCH] update pkgdown action --- .github/workflows/pkgdown.yaml | 6 ++++-- DESCRIPTION | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 087f0b0..a7276e8 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -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 @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index 9e23d0b..f82e8b7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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, @@ -22,4 +22,4 @@ Config/Needs/website: rnabioco/rbitemplate Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.2 +RoxygenNote: 7.3.1