We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73306e8 commit 6bb81b1Copy full SHA for 6bb81b1
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
fi
33
echo "${JBAKE_SHA1} jbake-${JBAKE_VERSION}-bin.zip" > "jbake-${JBAKE_VERSION}-bin.zip.sha"
34
sha1sum -c "jbake-${JBAKE_VERSION}-bin.zip.sha"
35
- unzip "jbake-${JBAKE_VERSION}-bin.zip" -o jbake
+ unzip "jbake-${JBAKE_VERSION}-bin.zip"
36
mv "jbake-${JBAKE_VERSION}-bin/bin/jbake" ../bin
37
- run: ./bin/jbake
38
- name: Configure AWS Credentials
0 commit comments