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 Jan 23, 2025
1 parent 3464ec2 commit 586c696
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 49 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/pages.yml

This file was deleted.

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

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 @@ -55,6 +55,7 @@

imports = [
./dev/effect-deploy.nix
./dev/effect-pages.nix
./modules
inputs.hercules-ci-effects.flakeModule
inputs.lite-config.flakeModule
Expand Down

0 comments on commit 586c696

Please sign in to comment.