I'm so stupid

Signed-off-by: Odyssey <hi@odyssey346.dev>
This commit is contained in:
Odyssey
2023-04-01 11:11:07 +02:00
parent 2e9e439a8d
commit 417ea46368
+2 -4
View File
@@ -16,12 +16,10 @@ pipeline:
# Running script
- apt update
- apt install git -y
- git clone git@codeberg.org:gothub/gothub-instances.git instances
- cd instances
- git clone git@codeberg.org:gothub/pages.git pages
- cd pages
- pwsh -c "pwd"
- pwsh -c "Install-Module -Name PSHTML -Force"
- ls -la
- chmod +x generate.ps1
- pwsh -c ".\generate.ps1 | Out-File index.html"
# Git configuration
- git config --global user.email $MAIL