Skip to content

Commit

Permalink
test new github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Jul 2, 2024
1 parent 4c1020e commit ffa4790
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffa4790

Please sign in to comment.