From 37df807a77f324a3affb70b5850ee0fc504fb07b Mon Sep 17 00:00:00 2001 From: Pavel Maslov Date: Wed, 22 Dec 2021 11:57:02 +0200 Subject: [PATCH] fix CICD pipeline --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c828960..166e045 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,7 @@ jobs: uses: actions/upload-artifact@v1 with: name: vanilla-js - path: vanilla-js + path: docs - name: job failed if: failure() uses: appleboy/telegram-action@master