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 36afd61 commit e6417c9Copy full SHA for e6417c9
.github/workflows/build-docs.yaml
@@ -119,7 +119,7 @@ jobs:
119
- name: Update _static in all versions
120
run: |
121
# Define path to the updated _static directory
122
- UPDATED_STATIC_DIR=docs/source/_static
+ UPDATED_STATIC_DIR=versions/dev/_static
123
TARGET_STATIC_DIRS=$(find versions/ -type d -name "_static")
124
125
# Copy updated _static to all versions
0 commit comments