Skip to content

Commit 448963c

Browse files
Update site with all files (AST-000)
1 parent 9413884 commit 448963c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,12 @@ jobs:
136136
exit 1
137137
fi
138138
139+
cd ..
139140
rsync -av --delete ./com.checkmarx.eclipse.site/target/repository/ ./update-site/
141+
142+
cd update-site
140143
git add .
141144
git commit -m "Update Eclipse update site for ${{ env.GH_RELEASE_TAG_NAME }}" || echo "No changes to commit"
142-
143145
git remote set-url origin https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/CheckmarxDev/ast-eclipse-plugin-update-site.git
144146
git push origin ${{ env.GH_BRANCH_NAME }}
145147

0 commit comments

Comments
 (0)