Skip to content

Commit 11923b4

Browse files
adjusted _run.sh: added header_nav_options
Signed-off-by: Ihor Aleksandrychiev <[email protected]>
1 parent 83fcf75 commit 11923b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/_scripts/_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mkdir $WRKDIR/documentation/generator/pages
1616
cp -r $WRKDIR/documentation/content/* $WRKDIR/documentation/generator/pages
1717
cp -r $WRKDIR/documentation/generator/_includes/lts_versions_list.html $WRKDIR/documentation/hugo/static/
1818
cp -rf $WRKDIR/documentation/generator/_includes/versions_list.html $WRKDIR/documentation/hugo/layouts/partials/
19-
cp -rf $WRKDIR/documentation/generator/_includes/versions_list.html $WRKDIR/documentation/hugo/layouts/partials/
19+
cp -rf $WRKDIR/documentation/generator/_includes/header_nav_options $WRKDIR/documentation/hugo/layouts/partials/
2020
rm -rf $WRKDIR/documentation/generator/pages/generator
2121
# remove not published .markdown files
2222
find $WRKDIR/documentation/generator/pages -type f -name "*.markdown" -exec grep -l '^published: false$' {} + | xargs rm -f

0 commit comments

Comments
 (0)