Skip to content

Commit 3d35e15

Browse files
committed
fixup! TO-DROP: ci: restrict to win+Meson
It should work now. Let's exercise that, and at the same time also debug the `documentation` bug. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 3f89631 commit 3d35e15

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,15 @@ jobs:
4242
with:
4343
name: windows-meson-artifacts
4444
path: build
45+
documentation:
46+
name: documentation
47+
concurrency:
48+
group: documentation-${{ github.ref }}
49+
env:
50+
jobname: Documentation
51+
CI_JOB_IMAGE: ubuntu-latest
52+
runs-on: ubuntu-latest
53+
steps:
54+
- uses: actions/checkout@v5
55+
- run: ci/install-dependencies.sh
56+
- run: ci/test-documentation.sh

0 commit comments

Comments
 (0)