update CI
This commit is contained in:
parent
2895de9e82
commit
e5ed103f8c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ steps:
|
|||
# Git configuration
|
||||
- git config --global user.email noreply@example.com
|
||||
- git config --global user.name "Woodpecker CI"
|
||||
- git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/lila-network/pages.git $DEST_REPONAME
|
||||
- git clone https://$CODEBERG_TOKEN@codeberg.org/lila-network/pages.git $DEST_REPONAME
|
||||
# Copy build step output to repository folder
|
||||
- cp -ar ./hugo_public/. $DEST_REPONAME/
|
||||
# Needed for custom domains
|
||||
|
|
Loading…
Reference in a new issue