Update ci.yml
This commit is contained in:
parent
7c2feb19f6
commit
34e9ab8b10
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -58,11 +58,11 @@ jobs:
|
|||
- name: Test
|
||||
run: yarn test
|
||||
|
||||
- name: "Smoke Test: Build "docs""
|
||||
- name: "Smoke Test: Build 'docs'"
|
||||
run: yarn build
|
||||
working-directory: ./docs
|
||||
|
||||
- name: "Smoke Test: Build "www""
|
||||
- name: "Smoke Test: Build 'www'"
|
||||
run: yarn build
|
||||
working-directory: ./www
|
||||
|
||||
|
|
Loading…
Reference in a new issue