File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11$ErrorActionPreference = " Stop"
2- pushd $ ( Split-Path - Path $MyInvocation .MyCommand.Definition - Parent)
2+ pushd $PSScriptRoot
33
4- # Ensure 0install is in the PATH
4+ # Ensure 0install is in PATH
55if (! (Get-Command 0install - ErrorAction SilentlyContinue)) {
6+ echo " Downloading 0install"
67 mkdir - Force " $env: TEMP \zero-install" | Out-Null
78 Invoke-WebRequest " https://0install.de/files/0install.exe" - OutFile " $env: TEMP \zero-install\0install.exe"
89 $env: PATH = " $env: TEMP \zero-install;$env: PATH "
@@ -13,6 +14,6 @@ mkdir ..\target\doc | Out-Null
1314
14150install run -- batch http:// repo.roscidus.com / devel/ doxygen
1516
16- cp CNAME ..\target\doc\
17+ cp .nojekyll , CNAME ..\target\doc\
1718
1819popd
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ mkdir -p ../target/doc
77
880install run http://repo.roscidus.com/devel/doxygen
99
10- cp CNAME ../target/doc/
10+ cp .nojekyll CNAME ../target/doc/
You can’t perform that action at this time.
0 commit comments