Skip to content

Commit 403b9c6

Browse files
committed
Fix master deployment
It was failing because it could not find `.github/deploy_key.enc` in the current directory (`./out`). Switching to the previous directory should fix the deployment and the master build.
1 parent 350f3d6 commit 403b9c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ if git diff --exit-code --quiet; then
6060
echo "No changes to the output on this push; exiting."
6161
exit 0
6262
fi
63+
cd -
6364

6465
# Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc
6566
ENCRYPTION_LABEL=e3a2d77100be

0 commit comments

Comments
 (0)