summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-09-08 13:13:27 +0200
committeremkael <emkael@tlen.pl>2017-09-08 13:13:27 +0200
commitd94077ed47e62b71e2a16740d3a643582f642690 (patch)
treebb16a1a8971d1523cf7b654dd3fe22c3f4377936 /docs
parentab6ffe56eb47ab58c735f88de84cab6e98c8e311 (diff)
Ignore, not delete .menu.html files on deploy
Diffstat (limited to 'docs')
-rw-r--r--docs/scripts.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/scripts.md b/docs/scripts.md
index fbec3f2..9b81285 100644
--- a/docs/scripts.md
+++ b/docs/scripts.md
@@ -119,3 +119,5 @@ Deployment scripts
`deploy.sh`
Just run it to sync pages output directory (script's parameter) with a remote location, via `rsync`. If `config/deploy-pass` is present, it's provided to rsync via `sshpass`. `config/deploy-path` defines remote path for sync.
+
+Temporary menu HTML snippet files are ignored while deploying.