Skip to content

Commit 72f98a1

Browse files
disable .net pipeline due to errors
1 parent c57374d commit 72f98a1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

plotly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c716be7d3c6da8df9b8a28704987534160686bf6

0 commit comments

Comments
 (0)