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 f691c6a commit 8b890f5Copy full SHA for 8b890f5
.github/workflows/compile-and-deploy.yml
@@ -70,6 +70,7 @@ jobs:
70
key: ${{ secrets.MAXKB_DOCS_HOST_KEY }}
71
port: 22
72
script: |
73
+ set -e
74
cd /tmp
75
rm -rf docs
76
mkdir -p docs
0 commit comments