Skip to content

Commit

Permalink
Disable workflow cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Konyaco committed Nov 2, 2024
1 parent 38014b1 commit 69aae4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
distribution: 'temurin'
- name: Set up Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
with:
cache-disabled: true
- name: Build wasm target
run: ./gradlew :gallery:wasmJsBrowserDistribution
- name: Setup Pages
Expand Down

0 comments on commit 69aae4d

Please sign in to comment.