Try using a backslash here

Signed-off-by: Odyssey <hi@odyssey346.dev>
This commit is contained in:
Odyssey
2023-04-01 10:57:19 +02:00
parent c237c96457
commit a333398ab6
+1 -1
View File
@@ -19,7 +19,7 @@ pipeline:
- git clone git@codeberg.org:gothub/gothub-instances.git instances
- cd instances
- pwsh -c "Install-Module -Name PSHTML -Force"
- pwsh -c "./generate.ps1 | Out-File index.html"
- pwsh -c ".\generate.ps1 | Out-File index.html"
# Git configuration
- git config --global user.email $MAIL
- git config --global user.name "Woodpecker CI"