diff --git a/flake.nix b/flake.nix index aff84b6..eafd13a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {