Skip to content

fix: remove @multiversx/sdk-core and @multiversx/sdk-network-provider… #30

fix: remove @multiversx/sdk-core and @multiversx/sdk-network-provider…

fix: remove @multiversx/sdk-core and @multiversx/sdk-network-provider… #30

Workflow file for this run

name: Create documentation and deploy to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Create docs
run: |
npm install
npx typedoc src/index.ts
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs