From 1b4154b056a70e47fbdf09d79d2fb8e780cf09bf Mon Sep 17 00:00:00 2001 From: Niket <15953349+niketagrawal@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:09:22 +0200 Subject: [PATCH] download zip --- .readthedocs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 564ec16d..6751a3ae 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,8 +18,10 @@ build: jobs: pre_install: - LATEST_TAG=$(git describe --tags --abbrev=0) - - wget -r https://github.com/tudat-team/tudatpy/tree/$LATEST_TAG/docs/ -O docs_$LATEST_TAG - - ls docs_$LATEST_TAG + - wget https://github.com/tudat-team/tudatpy/archive/refs/tags/$LATEST_TAG.zip + - unzip $LATEST_TAG.zip + - ls + - ls tudatpy-$LATEST_TAG conda: