We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea9731 commit 51e4364Copy full SHA for 51e4364
.ci_scripts/update_docs
@@ -12,10 +12,9 @@ if [[ "$CI" == "1" ]]; then
12
git checkout -b new_site_content
13
fi
14
15
+# Render the templated content (e.g. CFEPs, core.csv, etc)
16
python "$BASE_DIR/.ci_scripts/render_templated_content.py"
17
-# - Core and emeritus teams
18
-
19
# Build docusaurus site
20
npm install
21
npm run build
@@ -24,6 +23,7 @@ npm run build
24
23
# we can't redirect with the Docusaurus plugin, so just copy it
25
cp build/news/rss.xml build/docs/news.rss
26
+set +x
27
echo "Built website! Preview with one of:"
28
echo " python -m http.server -d build/"
29
echo " npm run serve"
0 commit comments