Skip to content

Commit

Permalink
Adds docs build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Parker committed Apr 29, 2024
1 parent 024aced commit 7103d6a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 comments on commit 7103d6a

Please sign in to comment.