Skip to content

Commit

Permalink
fix: build documentation when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jan 25, 2023
1 parent 30bf853 commit eea4336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
deploy:
name: Deploy Package
name: Deploy Documentation
runs-on: ubuntu-latest

steps:
Expand All @@ -36,8 +36,8 @@ jobs:
- name: Install Dependencies
run: yarn install --immutable

- name: Build Package
run: yarn build
- name: Build Documentation
run: yarn document

- name: Deploy Documentation
uses: wopian/git-publish-subdir-action@develop
Expand Down

0 comments on commit eea4336

Please sign in to comment.