Skip to content

Commit 20675ef

Browse files
committed
fixup! fixup! fixup! fixup! [ci] Better caching via a new cache key in publish-ghpages
1 parent ce3e731 commit 20675ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-ghpages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
~/.cache/coursier
3232
!~/.sbt/*.lock
3333
!~/**/ivydata-*.properties
34-
key: sbt-site-2-${{ hashFiles('**/*.sbt','**/project/build.properties','**/project/**.scala','**/project/**.sbt') }}
34+
key: sbt-site-3-${{ hashFiles('**/*.sbt','**/project/build.properties','**/project/**.scala','**/project/**.sbt') }}
3535
restore-keys: |
36-
sbt-site-
36+
sbt-site-3-
3737
- uses: actions/setup-java@v4
3838
with:
3939
distribution: 'zulu'

0 commit comments

Comments
 (0)