Reverted, praying for Ubuntu 24 LTS _(:_J L )_
parent
29781e75aa
commit
df6f4b2ba3
|
@ -11,10 +11,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
|
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
|
||||||
container:
|
|
||||||
image: peterdavehello/opencc:latest
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
@ -22,8 +20,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
hugo-version: latest
|
hugo-version: latest
|
||||||
extended: true
|
extended: true
|
||||||
- run: opencc --version
|
- run: sudo apt install -y opencc
|
||||||
name: Check OpenCC
|
name: Prepare OpenCC
|
||||||
- run: ./scripts/opencc.sh
|
- run: ./scripts/opencc.sh
|
||||||
name: Execute OpenCC
|
name: Execute OpenCC
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
Loading…
Reference in New Issue