File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8383 with :
8484 branch : gh-pages
8585 force : false
86- folder : build/gitPublish
86+ folder : build/gitPublish/main
8787 - name : " Authenticate for JD publication"
8888 if : " ${{ runner.os == 'Linux' && ((env.STATUS == 'release' && github.event_name == 'release') || (env.STATUS != 'release' && github.event_name != 'release' && (steps.setup.outputs.publishing_branch != ''))) }}"
8989 uses : " tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a" # v2.1.0
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ gitPublish {
5151 if (repo != null ) {
5252 repo. remoteList(). call(). find { config -> config. name == " origin" }?. with { remote ->
5353 repoUri. set((remote. pushURIs. find() ?: remote.URIs . first()). toPrivateString())
54- referenceRepoUri. set(remote.URIs . first (). toPrivateString ())
54+ referenceRepoUri. set(project . rootDir . toURI (). toString ())
5555 }
5656 }
5757
You can’t perform that action at this time.
0 commit comments