@@ -6,12 +6,12 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: debian-slim
|
||||
container:
|
||||
image: hugomods/hugo:debian-dart-sass-node-git-0.161.1
|
||||
steps:
|
||||
- name: Install git-lfs
|
||||
run: apt-get update -qq && apt-get install -y git-lfs
|
||||
run: apt-get update -qq && apt-get install -y git-lfs rsync
|
||||
|
||||
- name: Checkout with LFS
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user