diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | static/10-11-21-longboard-slides.mp4 | bin | 133 -> 45783829 bytes | |||
-rw-r--r-- | static/drop-in.mp4 | bin | 132 -> 1573234 bytes | |||
-rw-r--r-- | static/skate4.mp4 | bin | 133 -> 22065301 bytes | |||
-rwxr-xr-x | update-hooks.sh | 3 |
5 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index f8ff2b5..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.mp4 filter=lfs diff=lfs merge=lfs -text diff --git a/static/10-11-21-longboard-slides.mp4 b/static/10-11-21-longboard-slides.mp4 Binary files differindex 817702a..50152b8 100644 --- a/static/10-11-21-longboard-slides.mp4 +++ b/static/10-11-21-longboard-slides.mp4 diff --git a/static/drop-in.mp4 b/static/drop-in.mp4 Binary files differindex 5533503..7b07ab5 100644 --- a/static/drop-in.mp4 +++ b/static/drop-in.mp4 diff --git a/static/skate4.mp4 b/static/skate4.mp4 Binary files differindex a392d58..f557355 100644 --- a/static/skate4.mp4 +++ b/static/skate4.mp4 diff --git a/update-hooks.sh b/update-hooks.sh index a37c390..b3a3222 100755 --- a/update-hooks.sh +++ b/update-hooks.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash ## Configure git hooks -git lfs install +touch .git/hooks/pre-push +chmod +x .git/hooks/pre-push grep -qxF './deploy.sh' .git/hooks/pre-push || echo './deploy.sh' >> .git/hooks/pre-push |