Skip to content

Commit b3c02f4

Browse files
restore .net pipeline
1 parent 6212dbe commit b3c02f4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_config_python_search.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins:
22
- jekyll-redirect-from
3+
- jekyll-seo-tag
34
- jekyll-sitemap
45
- algoliasearch-jekyll
56

makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ fetch_adjacent_python_files:
3939
fetch_upstream_files: clean
4040
git clone --depth 1 -b built git@github.com:plotly/plotly.py-docs _posts/python/html
4141
git clone --depth 1 -b built git@github.com:plotly/plotlyjs.jl-docs _posts/julia/html
42-
# git clone --depth 1 -b built git@github.com:plotly/plotly.net-docs _posts/fsharp/html
42+
git clone --depth 1 -b built git@github.com:plotly/plotly.net-docs _posts/fsharp/html
4343
git clone --depth 1 -b built git@github.com:plotly/plotly.r-docs _posts/r/md
4444
git clone --depth 1 -b built git@github.com:plotly/plotly.matlab-docs _posts/matlab/md
4545
mv _posts/r/md/ggplot2 _posts/ggplot2/md
46-
# mv _posts/fsharp/html/csharp _posts/csharp/html
46+
mv _posts/fsharp/html/csharp _posts/csharp/html
4747

4848
clean:
4949
rm -rf _posts/python/html
5050
rm -rf _posts/julia/html
51-
# rm -rf _posts/fsharp/html
52-
# rm -rf _posts/csharp/html
51+
rm -rf _posts/fsharp/html
52+
rm -rf _posts/csharp/html
5353
rm -rf _posts/r/md
5454
rm -rf _posts/ggplot2/md
5555
rm -rf _posts/matlab/md

0 commit comments

Comments
 (0)