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

Commit

Permalink
fix build, and update github action to use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Nov 21, 2023
1 parent 591c2cf commit 07b5a68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

- name: Install dependencies
run: |
npm install -g yarn
yarn install
npm install -g pnpm
pnpm install
- name: Build
run: yarn run build
run: pnpm build

- name: Touch CNAME
run: echo "docs.sequence.xyz" > build/CNAME
Expand Down
3 changes: 3 additions & 0 deletions docs/09-unity-sdk/24-indexer/02-guides.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'

# Indexer SDK

Native Unity Implementation of [Sequence Indexer](/indexer)
Expand Down

0 comments on commit 07b5a68

Please sign in to comment.