Skip to content

Commit e18f2e5

Browse files
committed
.
1 parent d90af2f commit e18f2e5

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

docs/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
nix fmt
4242
[ -e index.html ] && js-beautify --end-with-newline --indent-inner-html --no-preserve-newlines --type html --replace index.html
4343
[ -e script.js ] && biome check --unsafe --write script.js || true
44-
ls -ap | grep -v -E -x './|../|.env|.gitignore|CNAME|Makefile|index.html|index.js|flake.lock|flake.nix|prm/|pyscript/|python/|script.js|style.css|tmp/' | grep -q . && exit 1 || true
44+
ls -ap | grep -v -E -x './|../|.env|.gitignore|CNAME|Makefile|index.html|flake.lock|flake.nix|prm/|pyscript/|python/|script.js|style.css|tmp/' | grep -q . && exit 1 || true
4545
test $(basename $(pwd)) = 'docs'
4646
exit
4747
'';

docs/index.js

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

0 commit comments

Comments
 (0)