Skip to content

Commit a1f76ec

Browse files
authored
Actions: Check for documentation generation (#912)
1 parent 25136dc commit a1f76ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
- name: Install Dependencies
2424
run: |
2525
apt update
26-
apt install -y meson gobject-introspection libgee-0.8-dev libgirepository1.0-dev libgtk-4-dev libshumate-dev sassc valac
26+
apt install -y meson gobject-introspection libgee-0.8-dev libgirepository1.0-dev libgtk-4-dev libshumate-dev sassc valac valadoc gtk-doc-tools
2727
- name: Build
2828
env:
2929
DESTDIR: out
3030
PKG_CONFIG_PATH: ${{ github.workspace }}/build/meson-uninstalled
3131
run: |
32-
meson setup build
32+
meson setup build -Ddocumentation=true
3333
ninja -C build
3434
ninja -C build install
3535

0 commit comments

Comments
 (0)