From d8f7417bb6a423137055e2f0fd683924de723db9 Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 24 Oct 2024 11:52:46 +0200 Subject: [PATCH] Add support for pulling images --- .github/workflows/pull-from-armbian-config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-from-armbian-config.yml b/.github/workflows/pull-from-armbian-config.yml index 7c610849..3c1f1924 100644 --- a/.github/workflows/pull-from-armbian-config.yml +++ b/.github/workflows/pull-from-armbian-config.yml @@ -31,7 +31,10 @@ jobs: cd config tools/config-markdown.py -u + # rsync docs that has been made rsync --delete -avr docs/. ../documentation/docs/User-Guide_Armbian-Config/ + # rsync images + rsync -avr tools/include/images/. ../documentation/docs/images/ # make links cd ../documentation ln -fs System/System.user.md docs/User-Guide_Armbian-Config/System.md