diff options
Diffstat (limited to 'docs-update.sh')
-rw-r--r-- | docs-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-update.sh b/docs-update.sh index 03cde00..ef483de 100644 --- a/docs-update.sh +++ b/docs-update.sh @@ -1,5 +1,5 @@ export GIT_INDEX_FILE=$PWD/.git/index-deploy -export GIT_WORK_TREE=$PWD/docs +export GIT_WORK_TREE=$PWD/docs/api REF=refs/heads/gh-pages git read-tree "$REF" git add --all --intent-to-add |