Compare commits
1 commit
e8c12cf952
...
77842e2db2
Author | SHA1 | Date | |
---|---|---|---|
77842e2db2 |
2 changed files with 6 additions and 13 deletions
|
@ -7,7 +7,7 @@ jobs:
|
||||||
cleanup-staging:
|
cleanup-staging:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: code.forgejo.org/oci/node:22-bookworm
|
image: code.forgejo.org/oci/node:20-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Pipeline info PR
|
- name: Pipeline info PR
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -10,29 +10,22 @@ env:
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pipeline-info:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: code.forgejo.org/oci/node:22-bookworm
|
image: hugomods/hugo:debian-node-lts-0.148.1
|
||||||
steps:
|
steps:
|
||||||
- name: Pipeline info
|
- name: Pipeline info
|
||||||
run: |
|
run: |
|
||||||
echo "Run triggered by ${{ github.event_name }} (${{ github.event.action }}) on ref ${{ github.ref_name }}"
|
echo "Run triggered by ${{ github.event_name }} (${{ github.event.action }}) on ref ${{ github.ref_name }}"
|
||||||
|
|
||||||
build:
|
|
||||||
runs-on: docker
|
|
||||||
container:
|
|
||||||
image: ghcr.io/gohugoio/hugo:v0.148.1
|
|
||||||
steps:
|
|
||||||
- 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