Skip to content

Commit d068500

Browse files
committed
ci: Upload built docs and fail if not found
1 parent cb68155 commit d068500

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/check.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ jobs:
146146
- name: Build flatpak-builder with Meson
147147
run: meson compile -C ${BUILDDIR}
148148

149+
- name: Upload docs
150+
uses: actions/upload-artifact@v4
151+
with:
152+
if-no-files-found: error
153+
overwrite: true
154+
name: docs
155+
path: |
156+
builddir/doc/
157+
149158
- name: Run tests with Meson
150159
run: timeout --signal=KILL -v ${TESTS_TIMEOUT}m meson test -C ${BUILDDIR} --verbose
151160

0 commit comments

Comments
 (0)