Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Merge pull request #110 from sumitvekariya/docs/pnpm-support #137

Merge pull request #110 from sumitvekariya/docs/pnpm-support

Merge pull request #110 from sumitvekariya/docs/pnpm-support #137

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
publish_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install dependencies
run: yarn
- name: Build website
run: yarn build
- uses: crazy-max/[email protected]
with:
build_dir: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}