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