File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
- name : GitHub Pages
1
+ name : Build
2
2
3
3
on :
4
4
push :
7
7
8
8
jobs :
9
9
deploy :
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-22 .04
11
11
concurrency :
12
12
group : ${{ github.workflow }}-${{ github.ref }}
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
with :
16
- submodules : true # Fetch Hugo themes (true OR recursive)
17
16
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
17
+ submodules : true # Fetch Hugo themes (true OR recursive)
18
18
19
19
- name : Setup Java
20
20
uses : actions/setup-java@v3
24
24
25
25
- name : Build
26
26
run : ant -f resources/build.xml
27
-
28
- - name : Deploy
29
- uses : peaceiris/actions-gh-pages@v3
30
- if : ${{ github.ref == 'refs/heads/main' }}
31
- with :
32
- github_token : ${{ secrets.GITHUB_TOKEN }}
33
- publish_dir : distribution/
You can’t perform that action at this time.
0 commit comments