Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbnetley committed Mar 2, 2022
1 parent 9b47927 commit cb029c2
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 9 deletions.
25 changes: 25 additions & 0 deletions github/workflows/doc-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Generate docs

on:
workflow_dispatch:
push:
branches: [main]

concurrency:
group: ${{ github.ref }}-docs

jobs:
generate-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Build docs
run: npm run docs

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: function-docs
Loading

0 comments on commit cb029c2

Please sign in to comment.