Skip to content

v1.3.4

v1.3.4 #33

Workflow file for this run

name: Deploy CI
env:
NODE_OPTIONS: --max-old-space-size=6144
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Setup Node.js'
uses: actions/setup-node@v3
with:
node-version: 14
- name: install
run: yarn
- name: Build
run: yarn run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: ui.alitajs.com