Skip to content

feat(aptos): compatible with raw transation data (#1044) #200

feat(aptos): compatible with raw transation data (#1044)

feat(aptos): compatible with raw transation data (#1044) #200

Workflow file for this run

name: Publish Docs
on:
push:
tags:
- v**
- "!v**-rc**"
permissions:
contents: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Install
run: pnpm install
- name: Build
run: pnpm build:all
working-directory: packages/sdk
- name: Create the docs
run: pnpm gen:docs
working-directory: packages/sdk
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: packages/sdk/docs