dandi / dandi.github.io

Website code for DANDI Project
https://www.dandiarchive.org/
0 stars 13 forks source link

Add instructions for local deployment #63

Open kabilar opened 8 months ago

kabilar commented 8 months ago
yarikoptic commented 8 months ago

conflicts amassed

re @waxlamp

so someone with more authority on this repo ...

I guess it was not in a "formal" authority way since you are the owner here too

image

right? with this I also entitle you to the "informal" authority to provide your feedback/approvals on this repo @waxlamp ;)

satra commented 8 months ago

last week github pages wouldn't build because of a bug. it looks like it's been released, and the gemfile should simply contain. this should keep any local dev consistent with github's page build mechanism

gem "github-pages", "=231"

alternatively, one could in the future, switch to actions from pages (https://github.com/sensein/sensein.github.io/blob/main/.github/workflows/pages-build.yml), which i did last week because of the bug. an action also gives more capabilities, like using jekyll 4, if needed.

satra commented 8 months ago

also the Gemfile.lock should be removed and regenerated, based on github-jekyll changes.