We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2b19c commit b692844Copy full SHA for b692844
.github/workflows/pages.yml
dev/effect-pages.nix
@@ -0,0 +1,16 @@
1
+{
2
+ hercules-ci.github-pages = {
3
+ branch = "master";
4
+ check.enable = false;
5
+ };
6
+
7
+ perSystem =
8
+ { config, ... }:
9
+ {
10
+ hercules-ci.github-pages.settings = {
11
+ # automatic token generation by buildbot github app ??
12
+ # secretsMap.token = "token-for-pages";
13
+ contents = config.packages.docs;
14
15
16
+}
flake.nix
@@ -54,6 +54,7 @@
54
systems = import inputs.systems;
55
56
imports = [
57
+ ./dev/effect-pages.nix
58
inputs.hercules-ci-effects.flakeModule
59
inputs.treefmt-nix.flakeModule
60
];
0 commit comments