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 15c7030 commit c734c88Copy full SHA for c734c88
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Release
+name: Build
2
3
on:
4
push:
flake.nix
@@ -163,7 +163,7 @@
163
pname = "website";
164
version = "0.0.1";
165
npmBuildScript = "build-dev";
166
- npmDepsHash = "sha256-wCgwvHFrAnRCmZ0aiSVv0mIR0OTtC7GYI6W3YgdZuxQ=";
+ npmDepsHash = "sha256-TygLIomsRPDdt1Xnz+OLLNibTcwvqpq3M3JOYRJg2m8=";
167
installPhase = ''
168
runHook preInstallPhase
169
0 commit comments