Skip to content

Commit 1425c99

Browse files
committed
Use say-hello workflow
1 parent 9c33c46 commit 1425c99

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,5 @@ permissions:
1010
id-token: write
1111

1212
jobs:
13-
build-hugo-website:
14-
uses: https://github.com/modelica/ma-hugo-theme/.github/workflow-templates/build-hugo-website.yml@f68cd5ef0ea651e00e45d607f2284ac68be6679e
15-
build:
16-
runs-on: ubuntu-24.04
17-
env:
18-
HUGO_VERSION: 0.143.1
19-
steps:
20-
- name: Install Hugo CLI
21-
run: |
22-
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
23-
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
24-
- name: Checkout
25-
uses: actions/checkout@v4
26-
with:
27-
submodules: recursive
28-
fetch-depth: 0
13+
say-hello:
14+
uses: https://github.com/modelica/ma-hugo-theme/.github/workflows/say-hello.yml@4dadbc424bb9e3322f67de0db4b0e876722f3715

0 commit comments

Comments
 (0)