Update website.yml
This commit is contained in:
parent
616e72f40a
commit
c4e544ea07
5
.github/workflows/website.yml
vendored
5
.github/workflows/website.yml
vendored
@ -13,14 +13,13 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install
|
- name: Install
|
||||||
uses: borales/actions-yarn@v3.0.0
|
uses: borales/actions-yarn@v3.0.0
|
||||||
working-directory: website
|
|
||||||
with:
|
with:
|
||||||
cmd: install # will run `yarn install` command
|
cmd: --cwd website install # will run `yarn install` command
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: borales/actions-yarn@v3.0.0
|
uses: borales/actions-yarn@v3.0.0
|
||||||
working-directory: website
|
working-directory: website
|
||||||
with:
|
with:
|
||||||
cmd: install # will run `yarn install` command
|
cmd: --cwd website build # will run `yarn build` command
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user