fix(samples): correct module inclusion

This commit is contained in:
Rodweil, Theodor 2023-08-15 19:02:45 +02:00
parent 3a9f2bba00
commit 7d371b6dbe
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5
3 changed files with 3 additions and 54 deletions

2
samples/default/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/data/manifest.json
/data/manifest.json.bck

View file

@ -1,53 +0,0 @@
{
"Pages": [
{
"Title": "Default Sample~",
"_Ref": "pages/Default+Sample~.xml",
"Ref": "pages/Default+Sample~.xml",
"Id": "789703435",
"Version": 2,
"Hash": "4E4884BA3DEB5FE39C86E41507F3335C37A6D12895236D673BFA1C101ADAF6FF"
},
{
"Title": "Cats",
"AncestorTitle": "Default Sample~",
"_Ref": "pages/Cats.xml",
"Ref": "pages/Cats.xml",
"Id": "789703436",
"Version": 2,
"Hash": "7AC678181A472E7F1B962566E9F9CACA1B5C35C055775692970A101B3C70985A"
}
],
"Attachments": [
{
"Name": "pexels-just-a-couple-photos-3777622.jpg",
"ContainerPageTitle": "Cats",
"MimeType": "image/jpeg",
"_Ref": "attachments/Cats/pexels-just-a-couple-photos-3777622.jpg",
"Ref": "attachments/Cats/pexels-just-a-couple-photos-3777622.jpg",
"Id": "789703437",
"Version": 2,
"Hash": "FF90EF756F8C28433CF74AA039ABC0681FAE17D7A925498F00ACB9774AC8FF31"
},
{
"Name": "pexels-sami-aksu-14356302.jpg",
"ContainerPageTitle": "Cats",
"MimeType": "image/jpeg",
"_Ref": "attachments/Cats/pexels-sami-aksu-14356302.jpg",
"Ref": "attachments/Cats/pexels-sami-aksu-14356302.jpg",
"Id": "789703438",
"Version": 2,
"Hash": "4A0DF56CAC53F413371CDB7FA1A8F66455B0060D0B5F9D41B2468DE08D11C7EF"
},
{
"Name": "objects.inv",
"ContainerPageTitle": "Default Sample~",
"MimeType": "application/octet-stream",
"_Ref": "attachments/Default+Sample~/objects.inv",
"Ref": "attachments/Default+Sample~/objects.inv",
"Id": "789703439",
"Version": 2,
"Hash": "859FE623C6E8E8D9F87EC680EACB24A3AB6C29622812ABA43DB8AFE43D58E749"
}
]
}

View file

@ -28,7 +28,7 @@ Param(
$ErrorActionPreference = "Stop" $ErrorActionPreference = "Stop"
$DebugPreference = 'Continue' $DebugPreference = 'Continue'
Import-Module "$PSScriptRoot/../../src/PSConfluencePublisher.psd1" Import-Module "$PSScriptRoot/../../src/victorykit.PSConfluencePublisher.psd1"
Write-Host "initializing manifest..." Write-Host "initializing manifest..."