esciencecenter-digital-skills / research-software-support

Content for the Research Software Support platform
https://esciencecenter-digital-skills.github.io/research-software-support/
Other
0 stars 3 forks source link

Licensing module #48

Closed LourensVeen closed 2 months ago

LourensVeen commented 2 months ago

This fixes #37 and numbers the sections according to #47

LourensVeen commented 2 months ago

It seems to have built something and put it on GitHub Pages, but did that end up anywhere? Is there anyway I can see what this looks like?

JaroCamphuijsen commented 2 months ago

Hi @LourensVeen, I am sorry for the incomplete documentation and quirky workflow. It will currently build on every push and put in on the gh-pages website but it will take the content from the main branch.

To check whether it build correctly you can change the config.json file, change the following line https://github.com/esciencecenter-digital-skills/research-software-support/blob/cb6afdade62a42abbb4127182d48f77cdf07c53e/config.json#L6

to point to your branch: "repoTag": "licensing-module",

it will then build and deploy your content changes to the gh-pages website, however as soon as someone else pushes something it will trigger another deploy.

I'm working on documentation to build it locally, but based on the changes you made I actually think it will be fine. In the current development state of the project, I am happy to merge it as is.