Skip to content

Commit

Permalink
Added AUX worflow for building docs. (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius authored Dec 3, 2023
1 parent bba29c4 commit 78a47bc
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,18 @@ jobs:
deploy_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install pnpm
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7
run_install: true

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm

- name: Build docs
run: |-
pnpm docs:build -d docs_dist
- name: Install deps
run: pnpm install
- name: Build
run: pnpm docs:build -d docs_dist

- name: Setup git
run: |
Expand Down

0 comments on commit 78a47bc

Please sign in to comment.