Skip to content

Commit 03458a5

Browse files
committed
ref
1 parent fa045d0 commit 03458a5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
java-version: '17'
3030
distribution: 'temurin'
31+
cache: 'gradle'
3132

3233
- name: Make gradlew executable
3334
run: chmod +x ./gradlew
@@ -52,9 +53,10 @@ jobs:
5253
permissions:
5354
contents: write
5455
steps:
55-
# - uses: actions/checkout@v4
56-
# with:
57-
# fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
56+
- uses: actions/checkout@v4
57+
with:
58+
ref: pages
59+
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
5860

5961
- name: Download dist
6062
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)