UNPKG

@antora/file-publisher

Version:

Publishes the publishable files in the virtual file catalog(s) to the destination(s) specified in the playbook.

12 lines (10 loc) 244 B
'use strict' /** * File Publisher component for Antora * * Publishes the files in the virtual file catalogs to the destination(s) * specified in the playbook. * * @namespace file-publisher */ module.exports = require('./publish-files')