Closed k-doering-NOAA closed 12 months ago
@eeholmes, my attempt at trying to reduce confusion :)
Alas if we remove index.qmd
then when you try to render on your computer, it won't work because _quarto.yml
needs index.qmd
. It needs it so that this URL works https://nmfs-opensci.github.io/GitHub-Guide/ . What we could do is remove GitHub-Guide.qmd
and have the GitHub Action rename index.pdf
to GitHub-Guide.qmd
. Or just leave as is and try to remember to edit only GitHub-Guide.qmd
.
The old action can definitely be removed.
This option sounds good to me:
What we could do is remove GitHub-Guide.qmd
and have the GitHub Action rename index.pdf to GitHub-Guide.qmd
If we deleted GitHub-Guide.qmd
on the main branch, we could also delete GitHub-Guide.pdf
and have that only on the gh-pages branch but I worried that might be confusing to people who land on the repo. What do you think?
I just noticed the website already builds a pdf (I think?) and has a link to it: https://nmfs-opensci.github.io/GitHub-Guide/ (built pdf): https://nmfs-opensci.github.io/GitHub-Guide/index.pdf
Maybe, then, we don't need to also commit a pdf to main? That would also simplify the github action.