Skip to content

Commit 6da85b7

Browse files
committed
sha
1 parent a59390f commit 6da85b7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,23 @@ jobs:
1111
env:
1212
JBAKE_VERSION: "2.6.7"
1313
JBAKE_SHA1: "fd07b833104f2889fde9a07d0c0bf09f0fdecbf6"
14+
ACTIONS_CACHE_VERSION: 1
1415
steps:
1516
- uses: actions/checkout@v2
16-
- name: Cache
17+
- name: JBake Cache
1718
uses: actions/cache@v2
1819
with:
1920
path: |
2021
downloads/*.zip
21-
key: ${{ runner.os }}-${{ env.JBAKE_VERSION }}
22+
key: ${{ env.ACTIONS_CACHE_VERSION }}-${{ runner.os }}-${{ env.JBAKE_VERSION }}
2223
- run: |
2324
mkdir -p downloads
2425
cd downloads
2526
if [[ ! -f "jbake-${JBAKE_VERSION}-bin.zip" ]]; then
2627
wget "https://github.com/jbake-org/jbake/releases/download/v${JBAKE_VERSION}/jbake-${JBAKE_VERSION}-bin.zip"
2728
fi
2829
sha1sum "jbake-${JBAKE_VERSION}-bin.zip"
29-
echo "${JBAKE_SHA1} jbake-${JBAKE_VERSION}-bin.zip.sha" > "jbake-${JBAKE_VERSION}-bin.zip.sha"
30+
echo "${JBAKE_SHA1} jbake-${JBAKE_VERSION}-bin.zip" > "jbake-${JBAKE_VERSION}-bin.zip.sha"
3031
sha1sum -c "jbake-${JBAKE_VERSION}-bin.zip.sha"
3132
unzip "jbake-${JBAKE_VERSION}-bin.zip.sha"
3233
ls

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy