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 c11d3b9 commit 996424bCopy full SHA for 996424b
makefile
@@ -43,11 +43,13 @@ fetch_upstream_files: clean
43
git clone --depth 1 -b built git@github.com:plotly/plotly.r-docs _posts/r/md
44
git clone --depth 1 -b built git@github.com:plotly/plotly.matlab-docs _posts/matlab/md
45
mv _posts/r/md/ggplot2 _posts/ggplot2/md
46
+ mv _posts/fsharp/html/csharp _posts/csharp/html
47
48
clean:
49
rm -rf _posts/python/html
50
rm -rf _posts/julia/html
51
rm -rf _posts/fsharp/html
52
+ rm -rf _posts/csharp/html
53
rm -rf _posts/r/md
54
rm -rf _posts/ggplot2/md
55
rm -rf _posts/matlab/md
0 commit comments