Skip to content

Commit 9581eeb

Browse files
authored
fix gh pages (#1130)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent c9bb30b commit 9581eeb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/github-pages.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,14 @@ jobs:
3232
runs-on: ubuntu-latest
3333
env:
3434
HUGO_VERSION: 0.115.4
35-
JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64
3635
steps:
36+
- uses: actions/checkout@v4
3737
- name: Set up JDK
3838
uses: actions/setup-java@v4
3939
with:
4040
java-version: 17
4141
distribution: temurin
4242
cache: 'maven'
43-
- name: Install Protoc
44-
uses: zchee/setup-protoc@v1
4543
- name: Install Hugo CLI
4644
run: |
4745
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \

0 commit comments

Comments
 (0)