workflows: fix CI for docs previews

same as before. New root seems to be share/doc/, and not share/doc/nvf
This commit is contained in:
Soliprem 2025-12-12 05:52:53 +01:00
commit 720630064e

View file

@ -49,7 +49,7 @@ jobs:
mkdir -p $PREVIEW_DIR
# Copy the build files to the preview subdirectory
cp -rvf ../result/share/doc/nvf/* ./$PREVIEW_DIR
cp -rvf ../result/share/doc/* ./$PREVIEW_DIR
# Configure git to use the GitHub Actions token for authentication
git config --global user.name "GitHub Actions"