The GitHub Actions job "Check licenses" on groovy-geb.git has succeeded.
Run started by GitHub user sdelamo (triggered by sdelamo).

Head commit for run:
4d2a863f699e8664856061e4643b529e13efa400 / 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/13138944211

With regards,
GitHub Actions via GitBox

Reply via email to