GSTT-CSC / project-template

Template for new projects
0 stars 0 forks source link

add copy file github action #55

Open alex-andrassy opened 1 year ago

alex-andrassy commented 1 year ago

added a GitHub action to copy a website.yml file to the website repo when project-template is pushed to master branch. The GitHub action needs the token and the associated user details to be filled in appropriately.

alex-andrassy commented 1 year ago

addresses issues 51 and 54. Please test render and push action.

render and push action should push modelcard .md file to _projects dir in website repo, and demographics graphs to assets/img/projects dir in website repo.

Currently set up to push to 228_add_modelcard_layout branch of website repo so it can be tested. Action currently run manually so it can be tested. Action requires personal access token with read/write access to website repo to be saved to this repo's secrets.