Skip to content

Commit

Permalink
fix(ci): missing branch for publishing gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Dec 16, 2024
1 parent e459a82 commit 0b73551
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/guide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ gitPublish {
repoUri = config.info.links.scm
}

gitPublishReset{
repoUri = config.info.links.scm
}

gitPublishPush {
dependsOn 'setAuthentication'
}
Expand Down

0 comments on commit 0b73551

Please sign in to comment.