update node.js.yml x13

This commit is contained in:
2020-06-02 00:45:10 +02:00
parent 811e7e055c
commit b2cd60ed09
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- name: Delete old Dir & create a new one
run: rmdir -rf /home/arthur/website && mkdir /home/arthur/website
run: rm -rf /home/arthur/website && mkdir /home/arthur/website
- name: Deploy
run: cp -r . /home/arthur/website