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

get gh pages workflow working #12

Closed
billspat opened this issue Apr 2, 2024 · 3 comments · Fixed by #13
Closed

get gh pages workflow working #12

billspat opened this issue Apr 2, 2024 · 3 comments · Fixed by #13
Assignees
Labels
bug Something isn't working

Comments

@billspat
Copy link
Contributor

billspat commented Apr 2, 2024

use github actions and workflow to build the book in to the ghpages branch to serve the book.

we have a workflow file but it's not being triggered , perhaps because it's triggered by a push only and not a merge and we've only merged into main?

on:
  push:
     branches:
       - master

nope that's not the problem

https://stackoverflow.com/questions/1783405/how-do-i-check-out-a-remote-git-branch

https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-your-workflow-when-a-pull-request-merges

@billspat
Copy link
Contributor Author

billspat commented Apr 2, 2024

changes for this issue will be made in the master branch so we can test the workflow/action

@billspat billspat self-assigned this Apr 2, 2024
@billspat billspat added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Apr 2, 2024
@billspat
Copy link
Contributor Author

billspat commented Apr 2, 2024

for reference, found working workflows from Rstudio here: https://www.tidyverse.org/blog/2022/06/actions-2-0-0

billspat added a commit that referenced this issue Apr 2, 2024
billspat added a commit that referenced this issue Apr 2, 2024
add test workflow use workflow code from Rstudio (#12)
@billspat
Copy link
Contributor Author

billspat commented Apr 2, 2024

currently crashes when attempting to use renv to install requirements - see #14

billspat added a commit that referenced this issue Apr 3, 2024
now that the renderbook workflow is confirmed working, this test workflow just adds noise so removed it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant