Refactor GitLab CI stages and fix example IP address in CfDnsClient documentation

This commit is contained in:
2025-06-09 13:29:41 +02:00
parent 00bc33060c
commit 3e8a8bf14b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ javadoc:
git commit -m "Update Javadocs [skip ci]"
git push https://${GITLAB_USERNAME}:${CI_PUSH_TOKEN}@gitlab.com/th-schwarz/CloudflareDNS-java.git ${CI_COMMIT_REF_NAME}
echo "Commits found and pushed"
mkdir public
[ ! -d public ] && mkdir public || echo "Directory 'public' already exists"
cp -r docs/* public/
echo "Copied javadoc files to public folder"
else