parent
ce74f43736
commit
78a67ec3ae
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ jobs:
|
|||
runs-on: docker
|
||||
# by default it runs on a node.js debian image
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- name: Apt update and install
|
||||
run: apt update && apt install -y rsync
|
||||
run: apt update && apt install -y rsync curl
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
@ -14,7 +13,7 @@ jobs:
|
|||
- run: ls -la
|
||||
- name: Setup Hugo
|
||||
env:
|
||||
HUGO_VERSION: 0.119.0
|
||||
HUGO_VERSION: extended_0.120.3
|
||||
run: |
|
||||
mkdir ~/hugo
|
||||
cd ~/hugo
|
||||
|
|
Loading…
Reference in a new issue