Skip to content

Commit

Permalink
enable hercules-ci for gh-a, gh-r, & flake-updates [fix2]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Jan 31, 2024
1 parent c33c7dd commit 37e8f48
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,11 @@
}
];
};
hercules-ci.github-pages.settings.contents =
config.packages.jsonresume-html;
hercules-ci.github-pages.settings = {
contents = config.packages.jsonresume-html;
git.update.branch = "doc";
message = "Update GitHub Pages";
};
#_modules.args.pkgs =
overlayAttrs = {inherit (config.packages) resume-json;};
treefmt = {
Expand Down

0 comments on commit 37e8f48

Please sign in to comment.