diff --git a/PSConfluencePublisher/PSConfluencePublisher.psd1 b/PSConfluencePublisher/PSConfluencePublisher.psd1 index 35859d5..9c1255a 100755 --- a/PSConfluencePublisher/PSConfluencePublisher.psd1 +++ b/PSConfluencePublisher/PSConfluencePublisher.psd1 @@ -62,7 +62,8 @@ RootModule = 'PSConfluencePublisher.psm1' NestedModules = @( 'PersonalAccessToken.psm1', 'Connection.psm1', - 'Manifest.psm1' + 'Manifest.psm1', + 'Page.psm1' ) # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.