From d1f9962ba9fe050b5cfa20ee5dc9c99564a3f9d3 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 2 Jun 2020 00:42:26 +0200 Subject: [PATCH] update node.js.yml x11 --- .github/workflows/node.js.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 79640af..11d8cf4 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -10,6 +10,9 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Delete old Dir & create a new one + run: rmdir /home/arthur/website && mkdir /home/arthur/website + - name: Deploy run: cp -r . /home/arthur/website