Skip to content

chore(main): release bitcoin 1.1.1 (#562) #162

chore(main): release bitcoin 1.1.1 (#562)

chore(main): release bitcoin 1.1.1 (#562) #162

Workflow file for this run

name: Docs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: "yarn" # cache node modules
node-version: 18
- run: corepack enable
- run: yarn install --immutable
- run: yarn run build # compile typescript into javascript
- run: yarn run lint # lint code
- name: Build docs
run: npm run docs
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: docs