Skip to content

Commit

Permalink
build(previews): fix for gh pages pr deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 committed May 20, 2024
1 parent 63051d3 commit 7376803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install dependencies
run: npx ci
- name: Build docusaurus artifacts
if: github.event.action != 'closed'
env:
GH_PR_NUMBER: ${{ github.event.pull_request.number }}
run: npm run build -- --locale en --config ./docusaurus.config.ci.js
Expand Down

0 comments on commit 7376803

Please sign in to comment.