add docs and www smoke tests to github (#1088)

This commit is contained in:
Fred K. Schott 2021-08-11 16:31:02 -07:00 committed by GitHub
parent 2b41db1531
commit 7c2feb19f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,12 +52,20 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile --ignore-engines
- name: Build
- name: Build Astro
run: yarn build:all
- name: Test
run: yarn test
- name: "Smoke Test: Build "docs""
run: yarn build
working-directory: ./docs
- name: "Smoke Test: Build "www""
run: yarn build
working-directory: ./www
lint:
runs-on: ubuntu-latest
name: 'Lint: node-14, ubuntu-latest'