fix git clone cmd

Signed-off-by: Odyssey <hi@odyssey346.dev>
This commit is contained in:
Odyssey
2023-04-01 11:55:13 +02:00
parent 5349652981
commit 6925d2dc83
+1 -1
View File
@@ -16,7 +16,7 @@ pipeline:
# Running script
- apt update
- apt install git -y
- git clone git://codeberg.org/gothub/pages.git
- git clone git@codeberg.org:gothub/pages.git pages/
- cd pages
- pwsh -c "pwd"
- pwsh -c "Install-Module -Name PSHTML -Force"