Skip to content

Commit c606e43

Browse files
committed
update generated p2-repository as an artifact
1 parent 87eefc1 commit c606e43

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,18 @@ jobs:
8080
name: eclipse-plugin-update-site
8181
path: plugins/eclipse/target/repository
8282

83-
- name: Deploy to GitHub Pages
84-
uses: peaceiris/actions-gh-pages@v3
83+
# - name: Deploy to GitHub Pages
84+
# uses: peaceiris/actions-gh-pages@v3
85+
# with:
86+
# github_token: ${{ secrets.GITHUB_TOKEN }}
87+
# publish_dir: plugins/eclipse/releng/update/target/repository
88+
89+
- name: Upload Update Site Artifact
90+
uses: actions/upload-artifact@v4
8591
with:
86-
github_token: ${{ secrets.GITHUB_TOKEN }}
87-
publish_dir: plugins/eclipse/releng/update/target/repository
92+
name: eclipse-plugin-update-site
93+
path: plugins/eclipse/releng/update/target/repository
94+
8895

8996
deploy-bundles:
9097
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)