Update to Ubuntu dialect of installation
This commit is contained in:
parent
a7c63441ae
commit
6f1fe47bfb
@ -54,7 +54,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
apk add --no-cache hugo git
|
apt-get update && sudo apt-get install -y hugo git
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
hugo --source blog
|
hugo --source blog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user