From 205b1d3b2666e574fbbe5dca99b801529e9ee4e8 Mon Sep 17 00:00:00 2001 From: carm Date: Mon, 20 Mar 2023 19:49:09 +0800 Subject: [PATCH] ci: :bug: Fix deploy --- .github/workflows/deploy.yml | 1 - pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b06a4ba..bcc1d58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -83,7 +83,6 @@ jobs: rm -rf deploy mkdir -vp deploy cp -vrf $HOME/local-deploy/* deploy/ - cp -vrf .documentation/repository/README.md deploy/README.md - name: "Configure Git" env: diff --git a/pom.xml b/pom.xml index c79745d..60efe5c 100644 --- a/pom.xml +++ b/pom.xml @@ -268,6 +268,11 @@ GitHub Packages https://maven.pkg.github.com/CarmJos/YAMLCommentWriter + + github + GitHub Packages + https://maven.pkg.github.com/CarmJos/YAMLCommentWriter +