We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212bba4 commit 77ede0eCopy full SHA for 77ede0e
.github/workflows/render-quarto.yml
@@ -96,7 +96,8 @@ jobs:
96
mkdir -p $TARGET_DIR
97
98
# Copy HTML files and support folders
99
- cp -r quarto_html_build/* $TARGET_DIR/
+ 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
101
102
# Commit and push
103
cd pecan-documentation
0 commit comments