Skip to content

Commit

Permalink
Update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Jul 17, 2024
1 parent bea4e67 commit 0d4aa17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- run: cd docs/
- name: Install dependencies
run: pnpm install
run: cd docs && pnpm install
- name: Build
run: pnpm build
- name: Publish
Expand Down

0 comments on commit 0d4aa17

Please sign in to comment.