Skip to content

Commit

Permalink
Merge pull request #122 from myk002/myk_docs_ci
Browse files Browse the repository at this point in the history
add docs CI check
  • Loading branch information
myk002 authored Dec 27, 2024
2 parents c7893a1 + 31e2ad7 commit 078d7cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 078d7cd

Please sign in to comment.