8000 0.0.72 · blparker/vimath@c84cc53 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0.0.72

0.0.72 #66

Workflow file for this run

name: Build Docs
on: push
jobs:
build_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '21'
- run: npm ci
- run: npm run docs
0