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 19f5e04 commit 4c1020e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
sudo apt-get install -y jq rsync
VERSION=$(jq -r '.version' version.json)
mkdir older/$VERSION
rsync -av --exclude='older' --exclude='README.md' ./ 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
ls

0 comments on commit 4c1020e

Please sign in to comment.