Skip to content

Commit ab96d2f

Browse files
committed
Backport fixes from pkgdown-update-v2.0.7 branch
1 parent 17555f5 commit ab96d2f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2323
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
2424
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
25-
isPush: ${{ github.event_name == 'push' }}
25+
isPush: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
2626
permissions:
2727
contents: write
2828
steps:

pkgdown/_pkgdown.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ authors:
1010
href: https://masalmon.eu
1111
Hadley Wickham:
1212
href: http://hadley.nz
13-
RStudio:
14-
href: https://www.rstudio.com
15-
html: <img src='https://www.tidyverse.org/rstudio-logo.svg' alt='RStudio' width='72' />
13+
Posit Software, PBC:
14+
href: https://www.posit.co
15+
html: >-
16+
<img src='https://www.tidyverse.org/posit-logo.svg' alt='Posit' height='16' style="margin-bottom: 3px;" />
1617
1718
template:
1819
bootstrap: 5

0 commit comments

Comments
 (0)