Chaged Build to run on docker
Some checks failed
CI / build (push) Failing after 42s

This commit is contained in:
kB01 2024-04-11 20:00:19 +02:00
parent f38764d3e5
commit e31b8d92ac

View file

@ -7,7 +7,7 @@ jobs:
env: env:
HUGO_VERSION: ${{ github.sha }} HUGO_VERSION: ${{ github.sha }}
TZ: Asia/Shanghai TZ: Asia/Shanghai
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Git checkout - name: Git checkout