Skip to content

Commit 51e4364

Browse files
committed
clean script
1 parent 5ea9731 commit 51e4364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci_scripts/update_docs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ if [[ "$CI" == "1" ]]; then
1212
git checkout -b new_site_content
1313
fi
1414

15+
# Render the templated content (e.g. CFEPs, core.csv, etc)
1516
python "$BASE_DIR/.ci_scripts/render_templated_content.py"
1617

17-
# - Core and emeritus teams
18-
1918
# Build docusaurus site
2019
npm install
2120
npm run build
@@ -24,6 +23,7 @@ npm run build
2423
# we can't redirect with the Docusaurus plugin, so just copy it
2524
cp build/news/rss.xml build/docs/news.rss
2625

26+
set +x
2727
echo "Built website! Preview with one of:"
2828
echo " python -m http.server -d build/"
2929
echo " npm run serve"

0 commit comments

Comments
 (0)