From c1ac5733aa6f0ff84403182d9d8b3bc27087337c Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 2 Jun 2020 00:16:45 +0200 Subject: [PATCH] update node.js.yml x7 --- .github/workflows/node.js.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5327016..d3eb7fd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -11,10 +11,13 @@ jobs: - uses: actions/checkout@v1 - name: Deploy - run: cp -r /home/arthur/website + run: cp -r . /home/arthur/website + + - name: Install + run: yarn install - name: Build - run: yarn run build-all + run: yarn build-all - name: Run - run: yarn run start \ No newline at end of file + run: yarn start \ No newline at end of file