Skip to content

Commit 5693c35

Browse files
fix(rtd): fix env variable typo (#215)
1 parent f73a462 commit 5693c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/readthedocs_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ site_artifact=$(echo "$SITE_ARTIFACT" | tr -d "'")
77

88
# OPTIONAL ENVIRONMENT VARIABLES (for subprojects)
99
config_file=$(echo "$CONFIG_FILE" | tr -d "'")
10-
extract_archive=$(echo "$EXTRACT_ARCHVIE" | tr -d "'")
10+
extract_archive=$(echo "$EXTRACT_ARCHIVE" | tr -d "'")
1111
github_timeout=$GITHUB_TIMEOUT
1212
theme_ref=$THEME_REF
1313

0 commit comments

Comments
 (0)