diff --git a/.github/workflows/generate-docs-site.yml b/.github/workflows/generate-docs-site.yml index 54ef69895..5c75a3829 100644 --- a/.github/workflows/generate-docs-site.yml +++ b/.github/workflows/generate-docs-site.yml @@ -42,9 +42,8 @@ jobs: VERSION=$(jq -r '.version' version.json) mkdir older/$VERSION rsync -av --exclude='older' --exclude='.git' --exclude='README.md' ./ older/$VERSION - cd older - ls echo "MOVING INTO THE LATEST VERSION DIRECTORY" - cd $VERSION + cd older/$VERSION + pwd ls