Skip to content

Commit

Permalink
Backport fixes from pkgdown-update-v2.0.7 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 1, 2023
1 parent 17555f5 commit ab96d2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
isPush: ${{ github.event_name == 'push' }}
isPush: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
permissions:
contents: write
steps:
Expand Down
7 changes: 4 additions & 3 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ authors:
href: https://masalmon.eu
Hadley Wickham:
href: http://hadley.nz
RStudio:
href: https://www.rstudio.com
html: <img src='https://www.tidyverse.org/rstudio-logo.svg' alt='RStudio' width='72' />
Posit Software, PBC:
href: https://www.posit.co
html: >-
<img src='https://www.tidyverse.org/posit-logo.svg' alt='Posit' height='16' style="margin-bottom: 3px;" />
template:
bootstrap: 5
Expand Down

0 comments on commit ab96d2f

Please sign in to comment.