We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa045d0 commit 03458a5Copy full SHA for 03458a5
.github/workflows/deploy.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
java-version: '17'
30
distribution: 'temurin'
31
+ cache: 'gradle'
32
33
- name: Make gradlew executable
34
run: chmod +x ./gradlew
@@ -52,9 +53,10 @@ jobs:
52
53
permissions:
54
contents: write
55
steps:
-# - uses: actions/checkout@v4
56
-# with:
57
-# fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
+ - uses: actions/checkout@v4
+ with:
58
+ ref: pages
59
+ fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
60
61
- name: Download dist
62
uses: actions/download-artifact@v4
0 commit comments