#145 update runtime pull method with fetch - antora v3 change
Merged 2 years ago by bcotton. Opened 2 years ago by siddharthvipul1.
Fedora-Council/ siddharthvipul1/council-docs antorav3  into  main

file modified
+1 -1
@@ -26,5 +26,5 @@ 

    destinations: 

    - provider: archive 

  runtime:

-   pull: true

+   fetch: true

    cache_dir: ./cache

Runtime.pull is depricated in antora v3[0].
When the current doc is build as it is, it will give an error "configuration param 'runtime.pull' not declared in the schema for /antora/site.yml (cwd: /antora, playbook: site.yml)"
Either build.sh needs to pinpoint the exact antora version (ex: 2.3.4) or update this method

[0] https://docs.antora.org/antora/2.0/playbook/configure-runtime/#fetch

Signed-off-by: siddharthvipul siddharthvipul1@gmail.com

Commit 5195cc1 fixes this pull-request

Pull-Request has been merged by bcotton

2 years ago

Pull-Request has been merged by bcotton

2 years ago
Metadata