Skip to content

Commit

Permalink
chore: docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyechan99 authored Oct 12, 2024
1 parent 8431a6c commit b2ebd47
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,7 @@ jobs:
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} --filter apps/www... build
- name: Check output directory
run: |
if [ ! -d "./apps/www/out" ]; then
echo "Error: Output directory './apps/www/out' does not exist."
exit 1
fi
run: pnpm --filter bmates-docs build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit b2ebd47

Please sign in to comment.