Fix docs build job (#501)

This commit is contained in:
riordanp 2023-03-14 15:07:52 +00:00 committed by GitHub
parent f454a06aa6
commit 29f41c275a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: yarn typedoc ts/client/src/index.ts --readme none --out ./docs/ts/client/
- name: Build Rust Docs
run: cargo doc --no-deps --package client --package mango-v4 --target-dir ./docs/rs/ && rm -rf ./docs/rs/debug
run: cargo doc --no-deps --package mango-v4-client --package mango-v4 --target-dir ./docs/rs/ && rm -rf ./docs/rs/debug
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5