I like the GitHub pages option. That would be the easiest for me to automate. Can you show that on your repo? I don’t see anything uploaded here:
Add the repository:
Debian/Ubuntu/Linux Mint: echo 'deb https://sisheogorath.github.io/bitwarden-rpm-deb-mirror/debs/ bitwarden main' >> /etc/apt/sources.list Fedora/RHEL: dnf config-manager --add-repo https://sisheogorath.github.io/bitwarden-rpm-deb-mirror/rpms/ openSUSE/SUSE: zypper addrepo -t YUM https://sisheogorath.github.io/bitwarden-rpm-deb-mirror/rpms/ bitwarden_mirror_on_github
Can you show a full working example that I can test on an Ubuntu and Fedora VM?
Thanks!