Skip to content

Commit

Permalink
Fix Github action for documents generation
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Oct 28, 2024
1 parent 6b3dadf commit 38d66ef
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:

- name: Checkout build repo
uses: actions/checkout@v4
- name: Make docs

- name: Assemble module and jobs for production
run: |
tools/config-assemble.sh -p
bin/armbian-config --doc
- name: Join JSON
- name: Make docs
run: |
tools/config-jobs -p lib/armbian-configng/config.ng.jobs.json
bin/armbian-config --doc
- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit 38d66ef

Please sign in to comment.