Skip to content

Commit

Permalink
Extend docs generation to automatically make PR to main docs
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 12, 2024
1 parent ec3a145 commit 98a6ac0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,22 @@ jobs:

- name: Checkout build repo
uses: actions/checkout@v4
with:
repository: 'armbian/configng'
path: 'config'

- name: Make docs
run: |
cd config
bin/armbian-configng --doc
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: config
commit-message: '`Automatic` documentation update'
signoff: false
branch: update-docs
Expand Down

0 comments on commit 98a6ac0

Please sign in to comment.