Skip to content

Commit

Permalink
馃懛 added docs runner
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Feb 11, 2023
1 parent 4284776 commit 0663883
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docs-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Node.js CI

on:
release:
types: [published]
workflow_dispatch:


jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm i
- run: npm run docs

0 comments on commit 0663883

Please sign in to comment.