tldr-pages / tldr-pages.github.io

🌐 The website for the tldr pages project
http://tldr.sh/
MIT License
76 stars 36 forks source link

Reverse commit mirror from master to main #60

Closed MasterOdin closed 3 years ago

sbrl commented 3 years ago

Looks good!

@owenvoke, is there anything else we need to do here? I'm unsure how the tldr.zip is automatically updated, so I'm hesitant to just do the branch rename here.

bl-ue commented 3 years ago

@sbrl the zip itself is generated by this script, and then committed and pushed to this repository right here.

owenvoke commented 3 years ago

As @bl-ue mentioned, it is updated by the scripts in the CI workflow. Looks like it just does a clone by default, so it should pull whatever the default branch is (hopefully that means we don't really have to update anything in the scripts, as it will automatically change to main).

So, rename the default branch and merge I think...