mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-15 00:21:02 +00:00
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:
parent
d5d46e501b
commit
720630064e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-preview.yml
vendored
2
.github/workflows/docs-preview.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
mkdir -p $PREVIEW_DIR
|
mkdir -p $PREVIEW_DIR
|
||||||
|
|
||||||
# Copy the build files to the preview subdirectory
|
# 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
|
# Configure git to use the GitHub Actions token for authentication
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue