Skip to content

Commit

Permalink
Generate folders if not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 24, 2024
1 parent 8829591 commit 7ede5f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-from-armbian-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
rsync -avr tools/include/images/. ../documentation/docs/images/
# this section goes under armbian-config
mkdir -p ../documentation/docs/User-Guide_Armbian-Config/
rsync -avr docs/Localisation/Localisation.user.md ../documentation/docs/User-Guide_Armbian-Config/Localisation.md
rsync -avr docs/Network/Network.user.md ../documentation/docs/User-Guide_Armbian-Config/Network.md
rsync -avr docs/System/System.user.md ../documentation/docs/User-Guide_Armbian-Config/System.md
# the rest goes under armbian-software
mkdir -p ../documentation/docs/User-Guide_Armbian-Software/
rsync -avr docs/Software/Containers.user.md ../documentation/docs/User-Guide_Armbian-Software/Containers.md
rsync -avr docs/Software/Desktops.user.md ../documentation/docs/User-Guide_Armbian-Software/Desktops.md
rsync -avr docs/Software/Management.user.md ../documentation/docs/User-Guide_Armbian-Software/Management.md
Expand Down

0 comments on commit 7ede5f3

Please sign in to comment.