File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
1718template :
1819 bootstrap : 5
You can’t perform that action at this time.
0 commit comments