Skip to content

feat(deps): update opensumi packages to v2.26.7 (#67) #28

feat(deps): update opensumi packages to v2.26.7 (#67)

feat(deps): update opensumi packages to v2.26.7 (#67) #28

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
yarn
yarn run compile:ext-worker
yarn run build
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist