Skip to content

Commit

Permalink
switch to effect for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jul 31, 2024
1 parent df2b19c commit b692844
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 49 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/pages.yml

This file was deleted.

16 changes: 16 additions & 0 deletions dev/effect-pages.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
hercules-ci.github-pages = {
branch = "master";
check.enable = false;
};

perSystem =
{ config, ... }:
{
hercules-ci.github-pages.settings = {
# automatic token generation by buildbot github app ??
# secretsMap.token = "token-for-pages";
contents = config.packages.docs;
};
};
}
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
systems = import inputs.systems;

imports = [
./dev/effect-pages.nix
inputs.hercules-ci-effects.flakeModule
inputs.treefmt-nix.flakeModule
];
Expand Down

0 comments on commit b692844

Please sign in to comment.