Skip to content

Commit e1a2d75

Browse files
committed
Update publish script
1 parent aa92f8e commit e1a2d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
rm -rf ./build
4-
~/lib/virtualenvs/d/bin/d
4+
d
55
hg -R ~/src/sjl.bitbucket.org pull -u
66
rsync --delete -a ./build/ ~/src/sjl.bitbucket.org/clojure-lanterna
77
hg -R ~/src/sjl.bitbucket.org commit -Am 'clojure-lanterna: Update site.'

0 commit comments

Comments
 (0)