Skip to content

Commit 77ede0e

Browse files
Update .github/workflows/render-quarto.yml
Co-authored-by: Chris Black <chris@ckblack.org>
1 parent 212bba4 commit 77ede0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/render-quarto.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
mkdir -p $TARGET_DIR
9797
9898
# Copy HTML files and support folders
99-
cp -r quarto_html_build/* $TARGET_DIR/
99+
rsync -a --delete quarto_html_build/* $TARGET_DIR/
100+
echo "Autogenerated by https://github.com/PecanProject/pecan/actions/workflows/render-quarto.yml" > "$TARGET_DIR"/README.txt
100101
101102
# Commit and push
102103
cd pecan-documentation

0 commit comments

Comments
 (0)