Skip to content

Commit

Permalink
use the correct path when building the demo website
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor committed Feb 18, 2025
1 parent 78e1fa8 commit e29b145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ jobs:
env:
PGSRC: ${{ github.workspace }}/postgres-pglite
POSTGRES_PGLITE_OUT: ${{ github.workspace }}/packages/pglite/release
working-directory: ${{ github.workspace }}/postgres-pglite/pglite
working-directory: ${{ github.workspace }}
run: |
NO_SDK_CHECK=true SDKROOT=/opt/python-wasm-sdk bash ./cibuild.sh demo-site
NO_SDK_CHECK=true SDKROOT=/opt/python-wasm-sdk bash ./postgres-pglite/pglite/cibuild.sh demo-site
- name: Build docs
working-directory: ./docs
Expand Down

0 comments on commit e29b145

Please sign in to comment.