Skip to content

Commit 72ce2b8

Browse files
committed
Remove jfrevents code
1 parent 4e08e7c commit 72ce2b8

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/build-gh-pages.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,6 @@ jobs:
3434
token: ${{ secrets.GHE_PAT }}
3535
github-server-url: https://github.tools.sap
3636
ref: 'main'
37-
- name: Setup Java
38-
uses: actions/setup-java@v5
39-
with:
40-
java-version: 21
41-
distribution: sapmachine
42-
- name: Setup Python
43-
uses: actions/setup-python@v4
44-
with:
45-
python-version: '3.x'
46-
- name: Setup Maven Action
47-
uses: s4u/setup-maven-action@v1.18.0
48-
- name: Checkout and run jfrevents-site-generator
49-
run: |
50-
git clone https://github.com/SAP/sapmachine-jfrevents-site-generator /tmp/generator
51-
(cd /tmp/generator; bin/publish.py clean build_site)
52-
rm -fr jfrevents
53-
mv /tmp/generator/site jfrevents
5437
- name: Setup Pages
5538
uses: actions/configure-pages@v5
5639
- name: Build with Jekyll

0 commit comments

Comments
 (0)