Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: 🕸 Deploy Wasm, Js & Compose webapp to Github Pages
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].2
with:
branch: gh-pages
folder: backend/jvm/build/resources/main/app
Expand All @@ -132,7 +132,7 @@ jobs:

- name: 📡 Publish documentation to Github Pages
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].2
with:
branch: gh-pages
folder: build/dokka/html
Expand All @@ -142,7 +142,7 @@ jobs:

- name: 🏖️ Publish coverage report to Github Pages
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].2
with:
branch: gh-pages
folder: build/reports/kover/html
Expand All @@ -152,7 +152,7 @@ jobs:

- name: 🧪️ Publish test report to Github Pages
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].2
with:
branch: gh-pages
folder: build/reports/allTests
Expand Down
Loading