Skip to content

update ludex-sdk-js and other modules #43

update ludex-sdk-js and other modules

update ludex-sdk-js and other modules #43

Workflow file for this run

name: Build and Publish Github Pages
on:
push:
branches: [master]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
npm i
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.