Skip to content

Commit

Permalink
Update docs action cache version.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 25, 2024
1 parent db9865e commit 27f16c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"uses": "actions/cache@v3",
"with": {
"path": "qlfile\nqlfile.lock\n~/.cache/common-lisp/\n~/.roswell\n/usr/local/etc/roswell\n/usr/local/bin/ros\n/usr/local/Cellar/roswell\n.qlot",
"key": "a-${{ steps.current-month.outputs.value }}-${{ env.cache-name }}-ubuntu-latest-quicklisp-sbcl-bin-${{ hashFiles('qlfile.lock', '*.asd') }}"
"key": "a-${{ steps.current-month.outputs.value }}-2-${{ env.cache-name }}-ubuntu-latest-quicklisp-sbcl-bin-${{ hashFiles('qlfile.lock', '*.asd') }}"
}
},
{
Expand Down Expand Up @@ -66,4 +66,4 @@
]
}
}
}
}

0 comments on commit 27f16c4

Please sign in to comment.