We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87eefc1 commit c606e43Copy full SHA for c606e43
1 file changed
.github/workflows/maven.yml
@@ -80,11 +80,18 @@ jobs:
80
name: eclipse-plugin-update-site
81
path: plugins/eclipse/target/repository
82
83
- - name: Deploy to GitHub Pages
84
- uses: peaceiris/actions-gh-pages@v3
+# - name: Deploy to GitHub Pages
+# 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
91
with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: plugins/eclipse/releng/update/target/repository
92
+ name: eclipse-plugin-update-site
93
+ path: plugins/eclipse/releng/update/target/repository
94
95
96
deploy-bundles:
97
runs-on: ubuntu-latest
0 commit comments