Skip to content

Commit

Permalink
fix: prevent browser opening in CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mherod committed Jan 3, 2025
1 parent b4d9cce commit d9bb4e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:

- name: Build documentation
run: pnpm docs
env:
CI: true
BROWSER: none

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit d9bb4e8

Please sign in to comment.