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 2f456df commit bf4de3bCopy full SHA for bf4de3b
makefile
@@ -40,6 +40,7 @@ fetch_upstream_files: clean
40
git clone --depth 1 -b built git@github.com:plotly/plotly.py-docs _posts/python/html
41
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
43
+ rm -rf _posts/fsharp/html/redir
44
git clone --depth 1 -b built git@github.com:plotly/plotly.r-docs _posts/r/md
45
mv _posts/r/md/ggplot2 _posts/ggplot2/md
46
0 commit comments