Skip to content

Commit

Permalink
LRSD-4294 - Fix article import
Browse files Browse the repository at this point in the history
  • Loading branch information
sammonsjl authored and brianchandotcom committed May 16, 2024
1 parent 6773d21 commit 0df0630
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ function copy_resources {
function generate_docs {
pushd ${LIFERAY_LEARN_ETC_CRON_GIT_REPOSITORY_DIR}

export LIFERAY_LEARN_SKIP_DIFF_CHECK=${LIFERAY_LEARN_ETC_SKIP_DIFF_CHECK}

./generate_docs.sh

popd
Expand All @@ -90,12 +92,12 @@ function generate_docs {
function main {
clone_repository

replace_tokens

generate_docs

copy_resources

replace_tokens

prepare_import
}

Expand Down

0 comments on commit 0df0630

Please sign in to comment.