Skip to content

Commit

Permalink
Revert "ci: disable npm typedoc:component"
Browse files Browse the repository at this point in the history
This reverts commit d946480.
  • Loading branch information
dgdavid committed Dec 13, 2024
1 parent bdd5537 commit a84849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cd web && npm ci

- name: Build Web UI documentation
run: cd web && npm run typedoc:client && mv typedoc.out/ ../doc/dist/web-ui
run: cd web && npm run typedoc && mv typedoc.out/ ../doc/dist/web-ui

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit a84849c

Please sign in to comment.