Skip to content

Commit e3ab76e

Browse files
committed
fixup! [ci] Better caching via a new cache key in publish-ghpages
quote multiple path patterns separated by commas unquote
1 parent e9a3acd commit e3ab76e

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
@@ -27,10 +27,10 @@ jobs:
2727
**/project/build.properties
2828
**/project/**.scala
2929
**/project/**.sbt
30-
key: sbt-site-${{ hashFiles('**/*.sbt,**/project/build.properties,**/project/**.scala,**/project/**.sbt') }}
30+
key: sbt-site-${{ hashFiles('**/*.sbt','**/project/build.properties','**/project/**.scala','**/project/**.sbt') }}
3131
restore-keys: |
3232
sbt-site-
33-
setup-java-Linux-sbt-${{ hashFiles('**/*.sbt,**/project/build.properties,**/project/**.scala,**/project/**.sbt') }}
33+
setup-java-Linux-sbt-${{ hashFiles('**/*.sbt','**/project/build.properties','**/project/**.scala','**/project/**.sbt') }}
3434
setup-java-Linux-sbt-
3535
- uses: actions/setup-java@v4
3636
with:

0 commit comments

Comments
 (0)