File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ are listed below.
77
88You need so install RubyGems using ` gem install ` .
99
10- The homepage itself will be built in ` docs /` . The contents of ` docs /` is exactly
10+ The homepage itself will be built in ` _site /` . The contents of ` _site /` is exactly
1111the same as what is shown at ` igraph.org ` . Instead of running Jekyll manually,
1212you should call:
1313
@@ -19,9 +19,9 @@ you should call:
1919
2020* ` make r ` to rebuild the parts related to the R interface.
2121
22- When you are satisfied with your changes, commit everything (including the
23- generated HTML files of the homepage in ` docs /` ) and push it to Github. Github
24- Pages will then update igraph.org accordingly.
22+ When you are satisfied with your changes, commit everything (excluding the
23+ generated HTML files of the homepage in ` _site /` ) and push it to Github. Github
24+ Actions will then update igraph.org accordingly.
2525
2626Requirements for building the C-related pages
2727---------------------------------------------
You can’t perform that action at this time.
0 commit comments