diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 3f6dad1..6a137ab 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -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