Skip to content

Commit 2123263

Browse files
dduportallemeurherve
authored andcommitted
fix(debian) put HTML files in the DEB_WEBDIR
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
1 parent 7ba8e89 commit 2123263

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

deb/publish/publish.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ function uploadHtmlSite() {
9393
rsync --archive \
9494
--verbose \
9595
--progress \
96-
--include "HEADER.html" \
97-
--include "FOOTER.html" \
98-
--exclude "*" \
99-
"$D/html/" "$DEBDIR/"
96+
"$D/html/" "$DEB_WEBDIR/"
10097
}
10198

10299
function show() {

0 commit comments

Comments
 (0)