Skip to content

Update GitHub Actions themselves, not just embedded dependencies #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

brookslogan
Copy link
Contributor

usethis::use_github_action("pkgdown")
usethis::use_github_action_check_release() # and follow instructions regarding badge

```{r}
usethis::use_github_action("pkgdown")
usethis::use_github_action_check_release() # and follow instructions regarding badge
```
@brookslogan brookslogan merged commit a509f03 into main Feb 27, 2023
@brookslogan
Copy link
Contributor Author

(Migrating note to GitHub:) It looks like the updated pkgdown Action will try building the site for PRs and give us a heads up about failures before they are merged into main. The tradeoff is that this likely involves building the vignettes another time (I think current checks build the vignettes twice, so this would be a third time), meaning potentially more time spent waiting on Actions to complete.

@brookslogan brookslogan deleted the lcb/repair-github-actions branch February 28, 2023 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants