Skip to content

Commit

Permalink
Don't try to tangle files used for site
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <marcus@utf9k.net>
  • Loading branch information
marcus-crane committed Dec 27, 2024
1 parent d5ba6db commit 71b70de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_before_tangle_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
while IFS= read -r -d '' file
do
~/.bin/lugh -f "$file" && echo "~ $file has been tangled"
done < <(find "$(chezmoi source-path)" -type f -name '*.md' ! -path './docs/index.md' ! -name 'playground.md' ! -name 'README.md' ! -name 'zshrc-graveyard.md' -print0)
done < <(find "$(chezmoi source-path)" -type f -name '*.md' ! -path './docs/index.md' ! -name 'playground.md' ! -name 'README.md' ! -name 'zshrc-graveyard.md' ! -name 'todo.md' ! -name 'index.md' -print0)

0 comments on commit 71b70de

Please sign in to comment.