mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
9 lines
103 B
Bash
Executable File
9 lines
103 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
# unset GIT_WORK_TREE
|
|
|
|
# Build new web documentation:
|
|
make build-gh-pages
|