Skip to content

fix error when the datakey get number value #8

fix error when the datakey get number value

fix error when the datakey get number value #8

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches:
- master
permissions:
contents: write
concurrency:
group: pages
cancel-in-progress: false
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Build with VitePress
run: |
git submodule update --init --recursive
npm run docs:build
ls
- name: Deploy Github Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/.vitepress/dist