Skip to content

Commit

Permalink
ci: 🐛 Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Mar 20, 2023
1 parent a721f83 commit 205b1d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,11 @@
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/CarmJos/YAMLCommentWriter</url>
</repository>
<snapshotRepository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/CarmJos/YAMLCommentWriter</url>
</snapshotRepository>
</distributionManagement>
</profile>

Expand Down

0 comments on commit 205b1d3

Please sign in to comment.