Skip to content
Snippets Groups Projects
Commit 098d56a9 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Build: Also include subfolders with publishDocs.ps1

parent b90774c4
No related branches found
No related tags found
No related merge requests found
Pipeline #111454 passed
...@@ -13,7 +13,7 @@ $temporaryFolderName = "publishDocsTempFolder" ...@@ -13,7 +13,7 @@ $temporaryFolderName = "publishDocsTempFolder"
git clone "https://gitlab-ci-token:$($token)@$($remoteUrl)" $temporaryFolderName git clone "https://gitlab-ci-token:$($token)@$($remoteUrl)" $temporaryFolderName
cd $temporaryFolderName cd $temporaryFolderName
Remove-Item * Remove-Item *
cp ../docs/* ./ cp -r ../docs/* ./
git add . git add .
git commit -m "Docs: Documentation Update" git commit -m "Docs: Documentation Update"
git push git push
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment