Openscapes / lab-manual

lab manual / how we work
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

Final steps for Quarto conversion incl. GitHub Action #1

Open jules32 opened 2 years ago

jules32 commented 2 years ago

This looks like what we'll need when we update the GitHub Action:

https://github.com/quarto-dev/quarto-actions/blob/main/examples/quarto-book-gh-pages.yaml

stefaniebutland commented 2 years ago

and if we get errors, GitHub Action fails, says you need RMarkdown but you don’t have R code! try this troubleshooting

stefaniebutland commented 2 years ago

In .gitignore use _book instead of _site. See Quarto docs

stefaniebutland commented 2 years ago

Notes from Jun 14 mtg w Julie:

Stef and Ileana to do final merge

  1. Order: final-final in openscapes fork, julie review PR
  2. Merge to Gavin’s: Ileana a PR from Openscapes to Gavin
  3. From Gavin: Stef can approve it
  4. Then we re-work the GitHub Action

For GitHub Action:
delete file about R and add the one we have for Lesson Series. call it quarto-render.yml

stefaniebutland commented 2 years ago

Looks like the current render error in our fork comes from the GitHub Action referrning to bookdown, not quarto, so maybe we should update that sooner, once we figure out our Quarto book GH Actions.

Troubleshooting Quarto GHAs in https://github.com/Openscapes/how_we_work/issues/183

jules32 commented 2 years ago

I've deleted the bookdown GHA and replaced it with our quarto-render GHA

stefaniebutland commented 2 years ago

Status:

stefaniebutland commented 2 years ago

oooo do we want to make a new release of the book? GitHub prompted me after merge

Screen Shot 2022-07-11 at 9 59 35 AM