Skip to content

Add token in the sample pages to enable the trial feature (#338) #238

Add token in the sample pages to enable the trial feature (#338)

Add token in the sample pages to enable the trial feature (#338) #238

Workflow file for this run

name: deploy
on:
push:
branches:
- master
jobs:
job:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v5
with:
persist-credentials: false
submodules: recursive
- name: Lint
run: |
npm install
npm run lint
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.7.4
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
BRANCH: gh-pages
FOLDER: .
CLEAN: true