Skip to content

Commit e6417c9

Browse files
committed
change dir
1 parent 36afd61 commit e6417c9

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
@@ -119,7 +119,7 @@ jobs:
119119
- name: Update _static in all versions
120120
run: |
121121
# Define path to the updated _static directory
122-
UPDATED_STATIC_DIR=docs/source/_static
122+
UPDATED_STATIC_DIR=versions/dev/_static
123123
TARGET_STATIC_DIRS=$(find versions/ -type d -name "_static")
124124
125125
# Copy updated _static to all versions

0 commit comments

Comments
 (0)