We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3464ec2 commit 586c696Copy full SHA for 586c696
.github/workflows/pages.yml
dev/effect-pages.nix
@@ -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
@@ -55,6 +55,7 @@
55
56
imports = [
57
./dev/effect-deploy.nix
58
+ ./dev/effect-pages.nix
59
./modules
60
inputs.hercules-ci-effects.flakeModule
61
inputs.lite-config.flakeModule
0 commit comments