[doc][website]improve doc format && hadoop mr's image display normally #95
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test deployment | |
on: | |
pull_request: | |
branches: [master] | |
paths: [website/**] | |
jobs: | |
test-deploy: | |
name: Test deployment | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: 14.x | |
cache: yarn | |
cache-dependency-path: website/yarn.lock | |
- name: Test build | |
working-directory: website | |
run: | | |
yarn install --frozen-lockfile | |
yarn build |