Skip to content

[stable-3.15] Fix filename of fix-macosvfs-file-sharing.png #11

[stable-3.15] Fix filename of fix-macosvfs-file-sharing.png

[stable-3.15] Fix filename of fix-macosvfs-file-sharing.png #11

Workflow file for this run

name: Generate Documentation
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Generate Documentation
runs-on: ubuntu-latest
container: ghcr.io/nextcloud/continuous-integration-client-qt6-doc:client-doc-6.8.0-1
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Generate documentation
run: |
cd doc
make html > build.log 2>&1
if grep WARNING build.log; then
exit 1
else
exit 0
fi