Skip to content
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

deploying via GitHub Actions #12

Closed
nhejazi opened this issue Mar 10, 2021 · 2 comments · Fixed by #22
Closed

deploying via GitHub Actions #12

nhejazi opened this issue Mar 10, 2021 · 2 comments · Fixed by #22
Labels
enhancement New feature or request note

Comments

@nhejazi
Copy link
Member

nhejazi commented Mar 10, 2021

There's been a surge of migration from deploying bookdown via Travis to deploying via GitHub Actions, which has also resulted in a collapse in support for using Travis to this end (note: this change is largely due to management decisions at Travis). To limit future overhead, we should consider moving to GitHub Actions, which is supported by a combination of the tic package, the usethis package, and ROpenSci's documentation.

@nhejazi nhejazi added the note label Mar 10, 2021
@nhejazi nhejazi mentioned this issue Mar 10, 2021
@nhejazi
Copy link
Member Author

nhejazi commented Mar 10, 2021

For example, this GH-actions setup is supposed to basically work out-of-the-box, usethis::use_github_action(url = "https://raw.githubusercontent.com/ropenscilabs/actions_sandbox/master/.github/workflows/deploy_bookdown.yml")

@nhejazi
Copy link
Member Author

nhejazi commented Mar 10, 2021

For reference, see the successful working example at https://github.com/tlverse/enar2021-workshop/blob/master/.github/workflows/bookdown.yml

@nhejazi nhejazi added the enhancement New feature or request label Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request note
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant