Skip to content

Commit 9609de2

Browse files
committed
build tags
1 parent e6417c9 commit 9609de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
5858
- name: Generate missing tags list
59-
if: github.event_name == 'push' || github.event_name == 'release'
59+
# if: github.event_name == 'push' || github.event_name == 'release'
6060
id: missing_tags
6161
run: |
6262
# Fetch existing documentation versions from gh-pages
@@ -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 -r ${UPDATED_STATIC_DIR}/* ${DIR}/
128+
cp --update all -r ${UPDATED_STATIC_DIR}/* ${DIR}/
129129
done
130130
131131
- name: Commit and push changes

0 commit comments

Comments
 (0)