Compare commits
1 commit
a71a83d265
...
c777d22169
Author | SHA1 | Date | |
---|---|---|---|
c777d22169 |
1 changed files with 6 additions and 4 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: hugomods/hugo:debian-node-lts-0.148.1
|
image: hugomods/hugo:debian-node-lts-0.140.2
|
||||||
steps:
|
steps:
|
||||||
- name: Pipeline info
|
- name: Pipeline info
|
||||||
run: |
|
run: |
|
||||||
|
@ -21,11 +21,13 @@ jobs:
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apk update
|
||||||
|
# For CI actions.
|
||||||
|
apk add nodejs-current
|
||||||
# For website build.
|
# For website build.
|
||||||
apt install -y curl jq git
|
apk add tzdata coreutils curl jq git
|
||||||
# For uploading.
|
# For uploading.
|
||||||
apt install -y rsync ssh
|
apk add rsync openssh
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue