Skip to content

Merge pull request #59 from provenance-io/vmikulis/web-wallet/support… #55

Merge pull request #59 from provenance-io/vmikulis/web-wallet/support…

Merge pull request #59 from provenance-io/vmikulis/web-wallet/support… #55

Workflow file for this run

name: Deploy typedocs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'
- name: Build docs
run: npm ci && npm test && npm run build:docs
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs