Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit 1748248

Browse files
timonbackstavshamir
authored andcommitted
Revert back to building jar also
1 parent 642a18c commit 1748248

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/springwolf-ui.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ jobs:
2222
uses: gradle/gradle-build-action@v2
2323

2424
- name: Build
25+
run: ./gradlew build -x signArchives
26+
27+
- name: Build gh-pages
28+
if: github.ref == 'refs/heads/master'
2529
run: ./gradlew npm_run_build-dev
2630
- name: Create index.html
31+
if: github.ref == 'refs/heads/master'
2732
run: cp dist/springwolf-ui/asyncapi-ui.html dist/springwolf-ui/index.html
28-
2933
- name: Deploy to gh pages 🚀
3034
if: github.ref == 'refs/heads/master'
3135
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)