diff --git a/.domains b/.domains index 5666d31..3c90a14 100644 --- a/.domains +++ b/.domains @@ -4,5 +4,5 @@ # See https://docs.codeberg.org/codeberg-pages/using-custom-domain/ for # details. The first domain should be "main" the rest are aliases. -openpgp.codeberg.page openpgp.dev +openpgp.codeberg.page diff --git a/.woodpecker/doc-pages.yml b/.woodpecker/doc-pages.yml index f988e79..77f10db 100644 --- a/.woodpecker/doc-pages.yml +++ b/.woodpecker/doc-pages.yml @@ -41,8 +41,8 @@ steps: commands: - git config --global user.email heiko.schaefer+boiler@posteo.de - git config --global user.name "Page Renderer" - - git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/openpgp/test.git $CI_REPO_NAME - - cp -ar public/. $CI_REPO_NAME/ + - git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/openpgp/site.git $CI_REPO_NAME + - cp -ar public/. $CI_REPO_NAME/book/ # Needed for custom domains - cp .domains $CI_REPO_NAME || true # Ignore if it doesn't exist - cd $CI_REPO_NAME