From 31e2ad7150a717becff18f343cddd5a3aa3fd39e Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 26 Dec 2024 19:00:05 -0800 Subject: [PATCH] add docs CI check --- .github/workflows/build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c29ce6d4..a89e4114 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,3 +24,14 @@ jobs: cache-id: test stonesense: true secrets: inherit + + docs: + uses: DFHack/dfhack/.github/workflows/build-linux.yml@develop + with: + stonesense_repo: ${{ github.repository }} + stonesense_ref: ${{ github.ref }} + artifact-name: docs + platform-files: false + common-files: false + docs: true + secrets: inherit