v2.0.0-beta.44

This commit is contained in:
Lea Anthony
2022-08-20 09:58:18 +10:00
parent ff52d4d5f0
commit 58d3ffd241
88 changed files with 190 additions and 83 deletions
+3 -2
View File
@@ -62,7 +62,8 @@ func main() {
s.ECHO("Removing old version: " + oldestVersion)
s.CD("versioned_docs")
s.RMDIR("version-" + oldestVersion)
s.CD("../../versioned_sidebars")
s.CD("../versioned_sidebars")
s.RM("version-" + oldestVersion + "-sidebars.json")
s.CD("..")
s.EXEC("Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; yarn build")
}