File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "name" : " spiral" ,
1313 "path" : " ../spiral"
1414 },
15- {
16- "name" : " vault" ,
17- "path" : " ../vault"
18- },
1915 {
2016 "name" : " polyglot" ,
2117 "path" : " ../polyglot"
Original file line number Diff line number Diff line change @@ -38,3 +38,10 @@ if ($env:CI) {
3838 Remove-Item ../ ../ dice/ target/ release/ deps - Recurse - Force - ErrorAction Ignore
3939 Remove-Item ../ ../ dice/ target/ release/ build - Recurse - Force - ErrorAction Ignore
4040}
41+
42+ { pwsh ../ deps/ alphabet/ apps/ documents/ build.ps1 } | Invoke-Block
43+
44+ if ($env: CI ) {
45+ Remove-Item ../ ../ alphabet/ target/ release/ deps - Recurse - Force - ErrorAction Ignore
46+ Remove-Item ../ ../ alphabet/ target/ release/ build - Recurse - Force - ErrorAction Ignore
47+ }
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ Set-Location $ScriptDir
2626{ pwsh ../ ../ dice/ scripts/ init.ps1 } | Invoke-Block
2727
2828Set-Location (New-Item - ItemType Directory - Path " ../.." - Force)
29- git clone -- recurse- submodules https:// github.com / i574n/ vault .git # --branch gh-pages
30- Set-Location vault
29+ git clone -- recurse- submodules https:// github.com / i574n/ alphabet .git # --branch gh-pages
30+ Set-Location alphabet
3131git pull
3232Set-Location $ScriptDir
3333
34- { pwsh ../ ../ vault / scripts/ init.ps1 } | Invoke-Block
34+ { pwsh ../ ../ alphabet / scripts/ init.ps1 } | Invoke-Block
Original file line number Diff line number Diff line change @@ -78,5 +78,3 @@ Get-ChildItem -Path ../dist -Recurse -Force | Where-Object { $_.Name.StartsWith(
7878}
7979
8080{ . ../ ../ polyglot/ apps/ dir- tree- html/ dist/ DirTreeHtml$ (_exe) -- dir ../ dist -- html ../ dist/ index.html } | Invoke-Block
81-
82- { pwsh ../ ../ vault/ scripts/ publish.ps1 } | Invoke-Block
You can’t perform that action at this time.
0 commit comments