We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
That's it, that's the whole idea.
A very rough version of what this would look like:
on: push: branches: main jobs: <an environment that has pkgdown> run: | Rscript -e "pkgdown::build_site()" git add docs/* git commit git push main
For reference, there are some other GHA here that we can borrow from: https://github.com/jhudsl/OTTR_Template/tree/main/.github/workflows
The text was updated successfully, but these errors were encountered:
tts_coqui()
tts_coqui_voices()
Here is a chapter on GHA that I should read: https://r-pkgs.org/software-development-practices.html#sec-sw-dev-practices-gha
Sorry, something went wrong.
No branches or pull requests
That's it, that's the whole idea.
A very rough version of what this would look like:
For reference, there are some other GHA here that we can borrow from: https://github.com/jhudsl/OTTR_Template/tree/main/.github/workflows
The text was updated successfully, but these errors were encountered: