diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-31 01:13:15 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-31 01:13:15 +0300 |
commit | 08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6 (patch) | |
tree | b471d65a2ad20665dc0e0e8f91aa67ac4c0949b1 /hooks/pre-commit | |
parent | 25cfa83501cf9b0a1f79d7d94af13b0866c33aa7 (diff) | |
download | website-08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6.tar.gz |
website: switch to hugo
Diffstat (limited to 'hooks/pre-commit')
-rwxr-xr-x | hooks/pre-commit | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit deleted file mode 100755 index 20c65dc..0000000 --- a/hooks/pre-commit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -./build -git add docs -git add src |