Skip to content

Commit

Permalink
AVRO-3379: Update the build instructions for the docs release
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Feb 10, 2022
1 parent 7d17fab commit 3d1999f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Once you've made your working copy of the site repo, from the repo root folder,
stop `hugo server --navigateToChanged` (with Ctrl+C) and run

```
hugo
hugo --gc --minify
```

This will generate the HTMLs in `public/` folder and this is actually what is being deployed
Expand Down Expand Up @@ -143,4 +143,4 @@ cp content/en/blog/releases/avro-1.10.2-released.md content/en/blog/releases/avr

The API documentations for C/C++/C# are built by their respective `build.sh dist` implementations. The final HTML should be copied to the `external` folder, for example:

cp ../avro/build/avro-doc-1.12.0-SNAPSHOT/api/c/* content/en/docs/external/c/
cp ../avro/build/avro-doc-1.12.0-SNAPSHOT/api/c/* content/en/docs/external/c/

0 comments on commit 3d1999f

Please sign in to comment.