Skip to content

Commit

Permalink
Merge pull request #1491 from Turbo87/docs
Browse files Browse the repository at this point in the history
Fix `documentation` integration
  • Loading branch information
Turbo87 authored Mar 10, 2022
2 parents bcb67e0 + 94d8d3a commit 84e07bf
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 426 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,27 @@ env:
PNPM_VERSION: 6.32.3

jobs:
docs:
name: API docs
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/[email protected]
with:
node-version: 16
cache: pnpm

- run: pnpm install
- run: pnpm run docs

# ensure there are no changes compared to the current API.md
- run: git diff --exit-code

test:
strategy:
matrix:
Expand Down
Loading

0 comments on commit 84e07bf

Please sign in to comment.