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 933cd9c commit afa2d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/guide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tasks.register("setAuthentication") {

gitPublish {
branch = 'gh-pages'
repoUri = config.info.links.scm
repoUri = "https://github.com/grooviter/underdog.git"
}

gitPublishReset {
Expand Down

0 comments on commit afa2d86

Please sign in to comment.