Skip to content

Commit 5414fed

Browse files
Copilotslachiewicz
andauthored
Fix site staging URL to prevent colon characters in file paths (#124)
* Fix site staging to use project URL instead of SCM connection Co-authored-by: slachiewicz <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: slachiewicz <[email protected]>
1 parent f96bde8 commit 5414fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<distributionManagement>
9797
<site>
9898
<id>github:gh-pages</id>
99-
<url>${project.scm.developerConnection}</url>
99+
<url>${project.url}</url>
100100
</site>
101101
</distributionManagement>
102102

0 commit comments

Comments
 (0)