quarkiverse/Generate Roq Site
Sets up JDK, builds the Roq site, and uploads the artifact. To be used by a separate deploy step (e.g. actions/deploy-pages).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: quarkiverse/quarkus-roq@83a3e1c42d907f8fa6b94e0ba05abe3f2a84f2a7 # 2.1.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| setup-java | Whether to setup Java or not | no | true |
| java-version | Java version to use for the build | no | 21 |
| java-distribution | Java distribution to use | no | temurin |
| maven-executable | Choose whether to use mvn or ./mvnw | no | ./mvnw |
| maven-cache | Maven cache strategy | no | maven |
| site-directory | The directory containing the Roq site | no | ./ |
| maven-build-args | Additional Maven build arguments | no | -DskipTests |
| github-pages | Whether to configure and Upload GitHub Pages artifact or not | no | true |
| github-token | GitHub token for accessing GitHub Pages url (required if github-pages) | no | — |
| site-url | The full URL of the site including the eventual root path | no | — |
| artifact-path | Path of the artifact to upload (from the site-directory) | no | target/roq |
| site-future | Generate future posts | no | — |
| site-draft | Generate draft posts | no | — |
Outputs
no outputs