From 0ff205f00c05db59c698da294628d4295e47cf09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludv=C3=ADk=20Prokopec?= Date: Sun, 23 Oct 2022 11:31:39 +0200 Subject: [PATCH] Fix workflow --- .github/workflows/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c26afbf..0e9fc18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,11 +12,6 @@ jobs: steps: - name: 🚚 Get latest code uses: actions/checkout@v2 - - - name: Use Node.js 14 - uses: actions/setup-node@v2 - with: - node-version: '14' - name: 🔨 Build Project run: | @@ -29,5 +24,5 @@ jobs: server: 305244.w44.wedos.net username: w305244_BOT007 password: ${{ secrets.FTP_PASSWORD }} - local-dir: ./dist/ - server-dir: www/ + 'local-dir': ./dist/ + 'server-dir': www/