Skip to content

Commit 7a65664

Browse files
committed
ci: Update GitHub Pages workflow build command
- Added `--no-configure-on-demand` flag to the `wasmJsBrowserDistribution` Gradle task in `gh-pages.yml` to ensure configuration consistency during the CI build process.
1 parent 8b74cb7 commit 7a65664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache-read-only: false
3737
cache-overwrite-existing: true
3838
- name: "Build WasmJS App"
39-
run: gradle :sample:web:wasmJsBrowserDistribution
39+
run: gradle --no-configure-on-demand :sample:web:wasmJsBrowserDistribution
4040
- name: Setup Pages
4141
uses: actions/configure-pages@v5
4242
- name: Upload artifact

0 commit comments

Comments
 (0)