1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 02:37:51 +03:00

ci: Forgot adding Debain 11 to the docs link builder

This commit is contained in:
karl 2021-08-21 14:28:26 +02:00 committed by Wez Furlong
parent 1e52016359
commit 9a112e82ac

View File

@ -18,6 +18,7 @@ CATEGORIZE = {
r".fedora34.rpm$": "fedora34_rpm",
r"Debian9.12.deb$": "debian9_deb",
r"Debian10.deb$": "debian10_deb",
r"Debian11.deb$": "debian11_deb",
r"Ubuntu16.04.AppImage$": "ubuntu16_AppImage",
r"^WezTerm-.*.x86_64.AppImage$": "ubuntu16_AppImage",
r"Ubuntu16.04.deb$": "ubuntu16_deb",