Reverted, praying for Ubuntu 24 LTS _(:_J L )_

pull/20/head
Bersella 2023-11-29 18:59:36 +08:00
parent 29781e75aa
commit df6f4b2ba3
No known key found for this signature in database
GPG Key ID: B1D77BACEF56C7BD
1 changed files with 3 additions and 5 deletions

View File

@ -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