ngs-docs / 2021-august-remote-computing

Remote computing workshops in August 2021
https://ngs-docs.github.io/2021-august-remote-computing
4 stars 2 forks source link

[MRG] add contributor & build docs #18

Closed ctb closed 3 years ago

ctb commented 3 years ago

@marisalim could you take a quick look at these and see if they work for you?

thanks!

marisalim commented 3 years ago

Yes, those steps worked! Do you push changes after running the open docs/index.html command? I tested the make/open commands on this PR's branch.

ctb commented 3 years ago

On Mon, Aug 09, 2021 at 02:53:00PM -0700, Marisa Lim wrote:

Yes, those steps worked! Do you push changes after running the open docs/index.html command?

you could, use, but I think that's best done as part of a PR, now that I think of it.

you probably want to do

git add docs git commit -am "update"

before the git push; the 'add' is needed in case you added a new file.

marisalim commented 3 years ago

@ctb i added some steps to the readme - if they look ok, then i can approve/merge the PR