mirror of https://github.com/apache/lucene.git
Fix path of docs for import into the website. (#524)
The current `svn import` looks for docs where they used to be produced by the `Ant` build, but `Gradle` now puts them in a different place.
This commit is contained in:
parent
b8da9f32c8
commit
603a43f668
|
@ -977,7 +977,7 @@ groups:
|
|||
cmd: "{{ gradle_cmd }} documentation -Dversion.release={{ release_version }}"
|
||||
comment: Build documentation
|
||||
- !Command
|
||||
cmd: svn -m "Add docs, changes and javadocs for Lucene {{ release_version }}" import {{ git_checkout_folder }}/lucene/build/docs https://svn.apache.org/repos/infra/sites/lucene/core/{{ version }}
|
||||
cmd: svn -m "Add docs, changes and javadocs for Lucene {{ release_version }}" import {{ git_checkout_folder }}/lucene/documentation/build/site https://svn.apache.org/repos/infra/sites/lucene/core/{{ version }}
|
||||
logfile: add-docs-lucene.log
|
||||
comment: Add docs for Lucene
|
||||
- !Todo
|
||||
|
|
Loading…
Reference in New Issue