dbrgn / tealdeer

A very fast implementation of tldr in Rust.
https://dbrgn.github.io/tealdeer/
Apache License 2.0
4.06k stars 123 forks source link

feat: add BSD platform support; chore: update workflows #354

Closed kbdharun closed 4 months ago

kbdharun commented 6 months ago

Changes

For #349

dbrgn commented 5 months ago

I agree with @niklasmohrin. The "github-actions" dependabot check is great, but for Cargo we already get dependabot PRs for security issues. For regular updates, I'd prefer to do those manually, so it would be nice if you could remove the package-ecosystem: "cargo" config.

adamazing commented 4 months ago

If this PR is close to merging and it doesn't hold it back, maybe the change to run the gh-pages action only on release tags could be done here?

If you want to keep it separate I can do a quick PR to do that if it would help?

Re: https://github.com/dbrgn/tealdeer/issues/358#issuecomment-2045967635

niklasmohrin commented 4 months ago

Lets do it separately

niklasmohrin commented 4 months ago

If you want to avoid the conflicts, I can merge this in the next couple of days

niklasmohrin commented 4 months ago

Thanks!