We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bb30b commit 9581eebCopy full SHA for 9581eeb
.github/workflows/github-pages.yaml
@@ -32,16 +32,14 @@ jobs:
32
runs-on: ubuntu-latest
33
env:
34
HUGO_VERSION: 0.115.4
35
- JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64
36
steps:
+ - uses: actions/checkout@v4
37
- name: Set up JDK
38
uses: actions/setup-java@v4
39
with:
40
java-version: 17
41
distribution: temurin
42
cache: 'maven'
43
- - name: Install Protoc
44
- uses: zchee/setup-protoc@v1
45
- name: Install Hugo CLI
46
run: |
47
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