Compare commits
2 commits
77842e2db2
...
871767b717
Author | SHA1 | Date | |
---|---|---|---|
871767b717 |
|||
4ed02ff20e |
2 changed files with 5 additions and 7 deletions
|
@ -7,7 +7,7 @@ jobs:
|
||||||
cleanup-staging:
|
cleanup-staging:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: code.forgejo.org/oci/node:20-bookworm
|
image: code.forgejo.org/oci/node:22-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Pipeline info PR
|
- name: Pipeline info PR
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
image: hugomods/hugo:debian-node-lts-0.140.2
|
||||||
steps:
|
steps:
|
||||||
- name: Pipeline info
|
- name: Pipeline info
|
||||||
run: |
|
run: |
|
||||||
|
@ -21,13 +21,11 @@ jobs:
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
apk update
|
apt update
|
||||||
# For CI actions.
|
|
||||||
apk add nodejs-current
|
|
||||||
# For website build.
|
# For website build.
|
||||||
apk add tzdata coreutils curl jq git
|
apt install -y curl jq git
|
||||||
# For uploading.
|
# For uploading.
|
||||||
apk add rsync openssh
|
apt install -y rsync ssh
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue