File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,5 @@ permissions:
1010 id-token : write
1111
1212jobs :
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
You can’t perform that action at this time.
0 commit comments