We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6417c9 commit 9609de2Copy full SHA for 9609de2
.github/workflows/build-docs.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
58
- name: Generate missing tags list
59
- if: github.event_name == 'push' || github.event_name == 'release'
+# if: github.event_name == 'push' || github.event_name == 'release'
60
id: missing_tags
61
run: |
62
# Fetch existing documentation versions from gh-pages
@@ -125,7 +125,7 @@ jobs:
125
# Copy updated _static to all versions
126
for DIR in $TARGET_STATIC_DIRS; do
127
echo "Updating $DIR..."
128
- cp -r ${UPDATED_STATIC_DIR}/* ${DIR}/
+ cp --update all -r ${UPDATED_STATIC_DIR}/* ${DIR}/
129
done
130
131
- name: Commit and push changes
0 commit comments