Skip to content

Merge pull request #338 from EscolaLMS/fix/finish-button #356

Merge pull request #338 from EscolaLMS/fix/finish-button

Merge pull request #338 from EscolaLMS/fix/finish-button #356

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