File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments