Install bash on alpine

This commit is contained in:
Jack Jackson 2025-02-25 19:17:23 -08:00
parent b64fa99a2d
commit 3883466eb8

View File

@ -21,6 +21,7 @@ jobs:
- checkout
runs-on: alpine
steps:
- run: apk add --no-cache bash
- run: |
echo "Hello World"
echo "Goodbye Mars"
@ -30,8 +31,9 @@ jobs:
- block-posts-containining-tk
runs-on: alpine
steps:
- run: apk add --no-cache bash
- run: |
apt-get update && apt-get install -y hugo git
apk add --no-cache hugo git
git submodule init
git submodule update --recursive
hugo --source blog