Skip to content

Commit 4f18d3d

Browse files
committed
fix cp
1 parent 9609de2 commit 4f18d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
# Copy updated _static to all versions
126126
for DIR in $TARGET_STATIC_DIRS; do
127127
echo "Updating $DIR..."
128-
cp --update all -r ${UPDATED_STATIC_DIR}/* ${DIR}/
128+
cp -r ${UPDATED_STATIC_DIR}/* ${DIR}/ || true
129129
done
130130
131131
- name: Commit and push changes

0 commit comments

Comments
 (0)