diff --git a/scripts/readthedocs_build.sh b/scripts/readthedocs_build.sh index 174a4d9d..22de4da9 100644 --- a/scripts/readthedocs_build.sh +++ b/scripts/readthedocs_build.sh @@ -7,7 +7,7 @@ site_artifact=$(echo "$SITE_ARTIFACT" | tr -d "'") # OPTIONAL ENVIRONMENT VARIABLES (for subprojects) config_file=$(echo "$CONFIG_FILE" | tr -d "'") -extract_archive=$(echo "$EXTRACT_ARCHVIE" | tr -d "'") +extract_archive=$(echo "$EXTRACT_ARCHIVE" | tr -d "'") github_timeout=$GITHUB_TIMEOUT theme_ref=$THEME_REF