laysakura / trie-rs

Memory efficient trie (prefix tree) library based on LOUDS
https://crates.io/crates/trie-rs
Apache License 2.0
90 stars 10 forks source link

Change source of GitHub pages #30

Closed shanecelis closed 4 months ago

shanecelis commented 4 months ago

Hi Sho,

@LucaCappelletti94 got the ball rolling on converting the travis CI to Github actions. (Thanks, Luca!) I've given it another push to get the documentation and benchmarks generated as well. In doing so it'll be helpful to adjust one setting on the trie-rs repository. We'd like to populate the trie-rs' pages from GitHub actions instead of the gh-pages branch. To change this, go to trie-rs Settings, then Pages, then set the source to Github Actions. That should be it. Thanks, Sho.

-Shane

laysakura commented 4 months ago

Did it.

image

Thanks @shanecelis and @LucaCappelletti94 !

shanecelis commented 4 months ago

Thanks, Sho!