From 38d66ef4c563386b8eeb4419fe96b236b1e7b69e Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 28 Oct 2024 19:49:24 +0100 Subject: [PATCH] Fix Github action for documents generation --- .github/workflows/docs.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b860077c4..6256fd8d0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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