Skip to content

Commit

Permalink
docs: add api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdn0x12 committed Oct 28, 2024
1 parent d7878e2 commit 0ab6ab4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Deploy to remote
on: [push, workflow_dispatch]
jobs:
build:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -16,6 +17,14 @@ jobs:
run: |
npm install
npm run docs:build
- name: Build API docs
run: |
cd dev/api
npm install
npm run op:build
npm run docs:build
cp -r .vitepress/dist/ ../../.vitepress/dist/api
cd ../../
- name: Setup SSH
uses: webfactory/ssh-agent@v0.7.0
with:
Expand Down

0 comments on commit 0ab6ab4

Please sign in to comment.