pawelsikora / mkdocs-with-confluence

MkDocs plugin for uploading markdown documentation to Confluence via Confluence REST API
MIT License
67 stars 33 forks source link

Warning #16

Closed rafiqmateen closed 1 year ago

rafiqmateen commented 1 year ago

Installed plugin and plugin block in mkdocs.yml . I keep getting this error:

INFO - Your documentation should shortly be available at: https://symplr-software.github.io/innovation-documentation-pipeline/ WARNING - Mkdocs With Confluence: Exporting MKDOCS pages to Confluence turned OFF: (set environment variable MKDOCS_TO_CONFLUENCE to 1 to enable) Number of Files in directory tree: 12

Please advise

rafiqmateen commented 1 year ago

Nevermind we figured it out

run: WITH_CONFLUENCE=1 mkdocs gh-deploy --force

pawelsikora commented 1 year ago

Thanks for checking it out!