Switch to alpine:3.19 with apk hugo
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 19s
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 19s
This commit is contained in:
@@ -7,10 +7,13 @@ jobs:
|
|||||||
build-deploy:
|
build-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: klakegg/hugo:ext-alpine
|
image: alpine:3.19
|
||||||
volumes:
|
volumes:
|
||||||
- /var/www/blog.bojemoi.me:/deploy
|
- /var/www/blog.bojemoi.me:/deploy
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Hugo
|
||||||
|
run: apk add --no-cache hugo git
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build Hugo site
|
- name: Build Hugo site
|
||||||
|
|||||||
Reference in New Issue
Block a user