This commit is contained in:
parent
8addf09ee0
commit
16a0cd7e4f
1 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,9 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy Website
|
name: Deploy Website
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: alpine:3.20
|
||||||
steps:
|
steps:
|
||||||
- name: Set up SSH key
|
- name: Set up SSH key
|
||||||
run: |
|
run: |
|
||||||
|
@ -15,10 +17,8 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v3
|
run: |
|
||||||
with:
|
apk add hugo
|
||||||
hugo-version: '0.145.0'
|
|
||||||
extended: true
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
Loading…
Add table
Reference in a new issue