File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,17 @@ fetch_adjacent_python_files:
3939fetch_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
4848clean :
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
Original file line number Diff line number Diff line change 1+ Subproject commit c716be7d3c6da8df9b8a28704987534160686bf6
You can’t perform that action at this time.
0 commit comments