Skip to content

Merge pull request #25 from gmartina/update-doc-types #78

Merge pull request #25 from gmartina/update-doc-types

Merge pull request #25 from gmartina/update-doc-types #78

Workflow file for this run

name: 'doc'
on:
push:
branches:
- main
workflow_dispatch:
jobs:
BTD:
name: 'πŸ““ Docs'
runs-on: ubuntu-latest
steps:
- name: '🧰 Checkout'
uses: actions/checkout@v3
- name: 'πŸ““ BuildTheDocs'
run: |
npm install
npm run build
- name: Deploy πŸš€
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build