We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369d7a3 commit 3d708afCopy full SHA for 3d708af
1 file changed
.github/workflows/pages.yml .github/workflows/build.yml.github/workflows/pages.yml renamed to .github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: GitHub Pages
+name: Build
2
3
on:
4
push:
@@ -7,14 +7,14 @@ on:
7
8
jobs:
9
deploy:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
13
steps:
14
- uses: actions/checkout@v3
15
with:
16
- submodules: true # Fetch Hugo themes (true OR recursive)
17
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
+ submodules: true # Fetch Hugo themes (true OR recursive)
18
19
- name: Setup Java
20
uses: actions/setup-java@v3
@@ -24,10 +24,3 @@ jobs:
24
25
- name: Build
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/
0 commit comments