Skip to content

Commit

Permalink
build: publish Apache Wicket stories in Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Dec 31, 2024
1 parent 716a41e commit 69db052
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,22 @@ jobs:
pnpm install --frozen-lockfile
pnpm ls --recursive
- name: "Continuous Deployment: build Apache Wicket"
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
distribution: temurin
java-version: 21

- name: Cache dependencies
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Maven build
run: mvn install

- name: "Continuous Deployment: build"
run: pnpm run --if-present build

Expand Down

0 comments on commit 69db052

Please sign in to comment.