We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb0a44 commit 3ed41f8Copy full SHA for 3ed41f8
.github/workflows/deploy.yml
@@ -32,9 +32,8 @@ 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"
36
- ln -s "jbake-${JBAKE_VERSION}-bin/bin/jbake" ../bin/jbake
37
- - run: ./bin/jbake
+ unzip "jbake-${JBAKE_VERSION}-bin.zip" -o jbake
+ - run: ./downloads/jbake/bin/jbake
38
- name: Configure AWS Credentials
39
uses: aws-actions/configure-aws-credentials@v1
40
with:
0 commit comments