Skip to content

Commit

Permalink
Fix synching from armbian-config
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Nov 6, 2024
1 parent c2b9fe3 commit aaeb8e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-from-armbian-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
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/* ../documentation/docs/
mkdir -p ../documentation/docs/User-Guide_Armbian-Software/
rsync -avr --exclude="Software.user.md" --exclude="Benchy.user.md" docs/Software/* ../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/DevTools.user.md ../documentation/docs/User-Guide_Armbian-Software/DevTools.md
Expand Down

0 comments on commit aaeb8e3

Please sign in to comment.