Testing docker builds using CI

This commit is contained in:
Shiny Nematoda 2022-12-13 05:41:16 +00:00
parent f33e7f54a6
commit 76fe050fd5
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
4 changed files with 37 additions and 21 deletions

View file

@ -10,7 +10,6 @@ function search(e) {
nav.state.search = e.target.value;
nav.state.page = 'home';
e.target.blur();
console.log(e);
}
</script>