mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Fix CI/CD for Auto-GPT + docs site deployment
This commit is contained in:
6
docs/_javascript/tablesort.js
Normal file
6
docs/_javascript/tablesort.js
Normal file
@@ -0,0 +1,6 @@
|
||||
document$.subscribe(function () {
|
||||
var tables = document.querySelectorAll("article table:not([class])")
|
||||
tables.forEach(function (table) {
|
||||
new Tablesort(table)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user