mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-14 20:19:27 +01:00
update node.js.yml x13
This commit is contained in:
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user