Skip to content

Commit

Permalink
Add ls for debugging and space after the period character
Browse files Browse the repository at this point in the history
  • Loading branch information
yiquintero committed Sep 14, 2024
1 parent 036b23e commit 0f235c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
- pwd
- ls
- LATEST_TAG=$(git describe --tags --abbrev=0) ; echo Downloading $LATEST_TAG ;
wget https://github.com/tudat-team/tudatpy/archive/refs/tags/$LATEST_TAG.zip; unzip $LATEST_TAG.zip; rm -rf docs/; mv tudatpy-${LATEST_TAG:1}/docs/ .
wget https://github.com/tudat-team/tudatpy/archive/refs/tags/$LATEST_TAG.zip; unzip $LATEST_TAG.zip; ls; rm -rf docs/; ls; mv tudatpy-${LATEST_TAG:1}/docs/ .


conda:
Expand Down

0 comments on commit 0f235c2

Please sign in to comment.