Enhance Woodpecker workflow: add log message for Javadoc deployment in first-test.yml.

This commit is contained in:
2026-03-07 12:39:32 +01:00
parent a3b1a542b2
commit ce460ee4d8
+1
View File
@@ -25,6 +25,7 @@ steps:
CI_TOKEN:
from_secret: ci_token
commands:
- echo "Deploying javadoc to codeberg..."
- git config --global user.name "Woodpecker CI"
- git config --global user.email "ci@woodpecker-ci.org"
- git clone https://oauth2:$CI_TOKEN@codeberg.org/$CI_REPO_OWNER/$CI_REPO_NAME.git pages-repo