Skip to content

Commit 586c696

Browse files
committed
switch to effect for pages
1 parent 3464ec2 commit 586c696

File tree

3 files changed

+16
-49
lines changed

3 files changed

+16
-49
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

dev/effect-pages.nix

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
hercules-ci.github-pages = {
3+
branch = "master";
4+
};
5+
6+
perSystem =
7+
{ config, ... }:
8+
{
9+
hercules-ci.github-pages.settings = {
10+
# automatic token generation by buildbot github app ??
11+
# secretsMap.token = "token-for-pages";
12+
contents = config.packages.docs;
13+
};
14+
};
15+
}

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
imports = [
5757
./dev/effect-deploy.nix
58+
./dev/effect-pages.nix
5859
./modules
5960
inputs.hercules-ci-effects.flakeModule
6061
inputs.lite-config.flakeModule

0 commit comments

Comments
 (0)