Skip to content

Commit

Permalink
possible fix for broken pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusito committed Jun 7, 2024
1 parent 0d37d34 commit 261e700
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
- uses: volta-cli/action@v4
- name: Install
run: npm ci
# Build first, since the node_modules will link to the local packages while mono-docs requires tsx-dom to be present
- name: Build
run: npm run docs:build
- name: Build Docs
run: npm run docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 261e700

Please sign in to comment.