mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-14 12:14:34 +01:00
update node.js.yml x7
This commit is contained in:
9
.github/workflows/node.js.yml
vendored
9
.github/workflows/node.js.yml
vendored
@@ -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
|
||||
run: yarn start
|
||||
Reference in New Issue
Block a user