Skip to content

Commit fe810f3

Browse files
authored
Merge pull request #6 from bonsai-rx/docs-dev
Export SVG files for example workflows automatically
2 parents baef56d + f09027c commit fe810f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ foreach ($environment in $exampleEnvironments)
44
{
55
# bootstrap environment
66
$galleryPath = Join-Path $environment.FullName "Gallery"
7+
New-Item -Path $galleryPath -Force -ItemType Directory | Out-Null
78
Get-ChildItem -Path "..\src\bin\Release" -Filter *.nupkg | Copy-Item -Destination $galleryPath
89
. (Join-Path $environment.FullName "Setup.ps1")
910

0 commit comments

Comments
 (0)