Skip to content

Commit 205b1d3

Browse files
committed
ci: 🐛 Fix deploy
1 parent a721f83 commit 205b1d3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
rm -rf deploy
8484
mkdir -vp deploy
8585
cp -vrf $HOME/local-deploy/* deploy/
86-
cp -vrf .documentation/repository/README.md deploy/README.md
8786
8887
- name: "Configure Git"
8988
env:

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@
268268
<name>GitHub Packages</name>
269269
<url>https://maven.pkg.github.com/CarmJos/YAMLCommentWriter</url>
270270
</repository>
271+
<snapshotRepository>
272+
<id>github</id>
273+
<name>GitHub Packages</name>
274+
<url>https://maven.pkg.github.com/CarmJos/YAMLCommentWriter</url>
275+
</snapshotRepository>
271276
</distributionManagement>
272277
</profile>
273278

0 commit comments

Comments
 (0)