Skip to content

Merge pull request #56 from kalipso-inc/expose-language-flag-props #66

Merge pull request #56 from kalipso-inc/expose-language-flag-props

Merge pull request #56 from kalipso-inc/expose-language-flag-props #66

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Publish docs
on:
push:
branches: [ master ]
jobs:
gh_pages_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm i
- run: npm run build
- run: yarn
working-directory: ./docs
- run: yarn build
working-directory: ./docs
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GH_TOKEN }}
branch: gh-pages
folder: docs/.docz/dist