File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ mkdir $WRKDIR/documentation/generator/pages
16
16
cp -r $WRKDIR /documentation/content/* $WRKDIR /documentation/generator/pages
17
17
cp -r $WRKDIR /documentation/generator/_includes/lts_versions_list.html $WRKDIR /documentation/hugo/static/
18
18
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 .html $WRKDIR /documentation/hugo/layouts/partials/
20
20
rm -rf $WRKDIR /documentation/generator/pages/generator
21
21
# remove not published .markdown files
22
22
find $WRKDIR /documentation/generator/pages -type f -name " *.markdown" -exec grep -l ' ^published: false$' {} + | xargs rm -f
You can’t perform that action at this time.
0 commit comments