Closed SaraMorsy closed 2 years ago
Hi @SaraMorsy!
Thank you for opening this issue because it shows me exactly where I need to shore up my documentation 😅
{varnish} uses the compiled and minified sources for the lesson styling, which are built with GitHub actions every time something in the source/
folder is changed.
I took a look at your fork of {varnish} and I suspect what might be happening is that you need to enable GitHub Actions for your repo. I believe, if you visit https://github.com/SaraMorsy/varnish/actions, you will get a prompt to enable Actions, but here is some documentation if it requires a bit more.
In the future, I will transition this to build locally with R so this sort of let down doesn't happen.
Additionally, I have a couple of pointers because my documentation is in need of updating:
_pkgdown.yml
file in varnish itself. That file is there so that we can get a documentation website for the {varnish} package. If you want to use your version of varnish in a workbench lesson on GitHub, you can write varnish: SaraMorsy/varnish
in your lesson's config.yaml
file (as described in https://github.com/carpentries/sandpaper/pull/270, which I did not document anywhere in the official documentation 😓).I hope these help. Please let me know if I can help further in any way 😃
Thank you, It worked! Apologies for late response
Hi I hope you are fine. I am creating our lessons in the new carpentry workbench format and I wanted to change the colors of the callout.
I edited the CSS files in ~/source/stylesheets/callout.scss replaced the colors with this color code #021c35
then, installed this version
and then deployed the website using
Nothing changed, colors of the box are the same
the R session info