Skip to content

Commit

Permalink
Merge pull request #40 from david-poindexter/build-issue
Browse files Browse the repository at this point in the history
Resolve build issue after merging PR
  • Loading branch information
david-poindexter authored Apr 3, 2022
2 parents 2280307 + 5866dda commit 45be18d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,8 @@ internal class Build : NukeBuild
Git("status");
Git("commit --allow-empty -m \"Commit latest generated files\""); // We allow an empty commit in case the last change did not affect the site.
Git("status");
Git("fetch origin");
Git($"pull origin {GitRepository.Branch}");
Git($"push --set-upstream origin {GitRepository.Branch}");
}
});
Expand Down

0 comments on commit 45be18d

Please # to comment.