Skip to content

Commit 996424b

Browse files
authored
Update csharp build (#160)
* Added csharp pages section * Updating output directories
1 parent c11d3b9 commit 996424b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ fetch_upstream_files: clean
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
4647

4748
clean:
4849
rm -rf _posts/python/html
4950
rm -rf _posts/julia/html
5051
rm -rf _posts/fsharp/html
52+
rm -rf _posts/csharp/html
5153
rm -rf _posts/r/md
5254
rm -rf _posts/ggplot2/md
5355
rm -rf _posts/matlab/md

0 commit comments

Comments
 (0)