Add rsync
Build and Deploy / deploy (push) Successful in 1m30s

This commit is contained in:
2026-05-02 14:01:00 +02:00
parent 1945ebbf4c
commit 0c530d0793
+2 -2
View File
@@ -6,12 +6,12 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: debian-slim
container: container:
image: hugomods/hugo:debian-dart-sass-node-git-0.161.1 image: hugomods/hugo:debian-dart-sass-node-git-0.161.1
steps: steps:
- name: Install git-lfs - 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 - name: Checkout with LFS
uses: actions/checkout@v4 uses: actions/checkout@v4