Skip to content

Commit

Permalink
Re-import armbian-config documentation and setup automatic pull
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 23, 2024
1 parent 49232ec commit 4226030
Show file tree
Hide file tree
Showing 48 changed files with 3,139 additions and 711 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/pull-from-armbian-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ jobs:
run: |
cd config
bin/armbian-configng --doc
cp DOCUMENTATION.md ../documentation/docs/User-Guide_Armbian-Config.md
tools/config-markdown.py -u
rsync --delete -avr docs/. ../documentation/docs/User-Guide_Armbian-Config/
# make links
cd ../documentation
ln -fs System/System.user.md docs/User-Guide_Armbian-Config/System.md
ln -fs Network/Network.user.md docs/User-Guide_Armbian-Config/Network.md
ln -fs Localisation/Localisation.user.md docs/User-Guide_Armbian-Config/Localisation.md
ln -fs Software/Software.user.md docs/User-Guide_Armbian-Config/Software.md
- name: Create Pull Request to documentation
uses: peter-evans/create-pull-request@v7
Expand All @@ -45,9 +51,9 @@ jobs:
title: '`Automatic` documentation update'
body: |
Generate documentation.
labels: |
Needs review
#assignees: igorpecovnik
#reviewers: Must be org collaborator
draft: false
draft: false
Loading

0 comments on commit 4226030

Please sign in to comment.