Skip to content

Commit

Permalink
Merge pull request #3178 from aleksandrychev/ENT-10284
Browse files Browse the repository at this point in the history
Do not process the `published: false` documents
  • Loading branch information
olehermanse authored Jan 8, 2024
2 parents 0c7a070 + 915ccd4 commit 8af8652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generator/_scripts/_run_jekyll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ mv $WRKDIR/documentation/generator/new_references.md $WRKDIR/documentation/gener
mkdir $WRKDIR/documentation/generator/pages
cp -r $WRKDIR/documentation/* $WRKDIR/documentation/generator/pages
rm -rf $WRKDIR/documentation/generator/pages/generator
# remove not published .markdown files
find $WRKDIR/documentation/generator/pages -type f -name "*.markdown" -exec grep -l '^published: false$' {} + | xargs rm -f
cd $WRKDIR/documentation/generator

# rvm commands are insane scripts which pollut output
Expand Down

0 comments on commit 8af8652

Please sign in to comment.