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
|
||||
- name: Install
|
||||
uses: borales/actions-yarn@v3.0.0
|
||||
working-directory: website
|
||||
with:
|
||||
cmd: install # will run `yarn install` command
|
||||
cmd: --cwd website install # will run `yarn install` command
|
||||
- name: Build
|
||||
uses: borales/actions-yarn@v3.0.0
|
||||
working-directory: website
|
||||
with:
|
||||
cmd: install # will run `yarn install` command
|
||||
cmd: --cwd website build # will run `yarn build` command
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user