Skip to content

Commit

Permalink
download zip
Browse files Browse the repository at this point in the history
  • Loading branch information
niketagrawal committed Sep 13, 2024
1 parent 63e213c commit 1b4154b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b4154b

Please sign in to comment.