-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix website build and deploy #95
Comments
@seankross I would like to remove the |
go for it! |
@ateucher pls tag me when you've done this. Thanks |
@stefaniebutland @seankross @jules32 this is done! The rendered pkgdown site now only lives in the |
If you have any local branches, please pull and merge main into them so you don't accidentally re-commit |
@ateucher I'm a novice at "please pull and merge main into" a branch. Can you please give me an explicit line or to to do this? Or a ~15min screenshare zoom so I can drive? |
Yes, sorry to be obtuse! If you want to stay in R land, the usethis PR Helpers are really nice. Using that at the R console, you would do: library(usethis)
pr_fetch(71) # checks out the branch and pulls it down locally
pr_merge_main() # pulls main and merges it into your current branch
pr_push() # pushes your current branch/PR Then you should be safe to merge the PR on GitHub, once all checks pass. Once the PR is merged, back in your R session, run: pr_finish() It will check to make sure the PR has been successfully merged, then switches you back to main locally, and deletes the local and remote If you want to do it in the terminal, the steps would be:
Then you can merge the PR on GitHub once all the checks pass. |
I think we can close this now @stefaniebutland? |
Thank you both so much! |
Because previously there was no action to deploy the website, we all have out of date local copies of the
docs/
folder. We should have the website only render via actions, probably ongh-pages
branch, and remove thedocs/
folder from main.The text was updated successfully, but these errors were encountered: