Skip to content

[AUTO] Update data. #1364

[AUTO] Update data.

[AUTO] Update data. #1364

on:
workflow_dispatch:
push:
branches:
- develop
name: "[push] Build and Deploy"
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: npm install and run build
run: |
npm ci
npm run build
- name: Deploy build to gh-pages branch
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build
CLEAN: true