This is an example on how to host a custom Debian package repository using GitHub pages.
To use the repository, please follow these steps:
- Import key:
wget -qO - "https://itsblue.github.io/github-pages-dep-repo/pub.gpg" | sudo apt-key add -
- Add repo:
echo "deb https://itsblue.github.io/github-pages-dep-repo bionic main" > /etc/apt/sources.list.d/github-pages-dep-repo.list
- Apt update
apt update