Skip to content

Commit

Permalink
Restore samples workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Nov 21, 2024
1 parent 9acfd00 commit d5ea515
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,26 @@ jobs:
target-folder: apidocs
clean: true

publish-samples:
name: Publish Samples
runs-on: ubuntu-latest
env:
MVN: ./mvnw --show-version --batch-mode
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: maven
- run: $MVN --projects org.jboss.elemento:elemento-samples-dist --also-make -P samples,prod install
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ./samples/dist/target/samples
target-folder: samples
clean: true

release:
name: Create GitHub Release
needs: deploy
Expand Down

0 comments on commit d5ea515

Please sign in to comment.