ci: install sphinx packages and add doc building to GitHub Actions
[fio.git] / ci / actions-full-test.sh
index 4ae1dba10b40824ddd8d87acb099d6f988b62c85..91790664569619ab85a93fc85ff09e1ea521a868 100755 (executable)
@@ -10,6 +10,7 @@ main() {
     else
         sudo python3 t/run-fio-tests.py --skip 6 1007 1008 --debug
     fi
+    make -C doc html
 }
 
 main