We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912f310 commit 81e5366Copy full SHA for 81e5366
update.jl
@@ -4,7 +4,7 @@ data = read(`gh repo list JuliaDocs --json "isArchived,description,homepageUrl,n
4
5
repos = JSON.parse(data)
6
7
-# drop archive repositories
+# drop archived repositories
8
repos = filter!(x -> !x["isArchived"], repos)
9
10
repos = filter!(x -> x["name"] != "juliadocs.github.io", repos)
0 commit comments