Skip to content

Merge pull request #334 from EscolaLMS/feature/certificate-card #351

Merge pull request #334 from EscolaLMS/feature/certificate-card

Merge pull request #334 from EscolaLMS/feature/certificate-card #351

Workflow file for this run

name: Generate Styleguidist Documentation
on:
push:
branches:
- main
jobs:
swagger-gh-pages:
runs-on: ubuntu-latest
steps:
- name: Instantiate package
uses: actions/checkout@v2
- name: Install deps
run: yarn
- name: Generate styleguidist
run: yarn build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs
cname: components.wellms.io