The GitHub Actions job "Build, test, and quality check" on groovy-geb.git has 
failed.
Run started by GitHub user sdelamo (triggered by sdelamo).

Head commit for run:
da5e74d56dc64820f4c041a23fecfc39ecd0c2d9 / Sergio del Amo 
<[email protected]>
Build Geb website as a static website

You can generate the Geb Website by running…

```
    ./gradlew :doc:manual:build
```

It is a static website. You can find it in the folder `doc/site/build/dist`.

You can serve it 
[jwebserver](https://blogs.oracle.com/javamagazine/post/java-18-simple-web-server)
 with

```
cd doc/site/build/dist
jwebserver -d $(pwd)
```

Report URL: https://github.com/apache/groovy-geb/actions/runs/13138934894

With regards,
GitHub Actions via GitBox

Reply via email to