Skip to content

General Sparse Table #77

General Sparse Table

General Sparse Table #77

Workflow file for this run

name: Build README and Site
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: |
npm install
- name: Generate snippets.json [using codes folder]
run: |
npm run gen-snip-file
- name: Update README [using snippets.json]
run: |-
npm run gen-index
- name: Update Site [using snippets.json]
run: |-
npm run gen-site
- name: Git Auto Commit
uses: stefanzweifel/[email protected]
with:
commit_message: "Chore: build snippet, index, site"
commit_user_name: theSoberSobber
commit_user_email: [email protected]
commit_author: theSoberSobber