Skip to content

Commit 23b2d1a

Browse files
committed
doc: update REQUIREMENTS.md
1 parent 66e2fde commit 23b2d1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

REQUIREMENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ are listed below.
77

88
You 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
1111
the same as what is shown at `igraph.org`. Instead of running Jekyll manually,
1212
you 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

2626
Requirements for building the C-related pages
2727
---------------------------------------------

0 commit comments

Comments
 (0)