Skip to content

Commit 442d335

Browse files
copiltembeltudor
and
tudor
authored
use the correct path when building the demo website (#549)
Co-authored-by: tudor <tudor@swisstch.com>
1 parent 78e1fa8 commit 442d335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ jobs:
247247
env:
248248
PGSRC: ${{ github.workspace }}/postgres-pglite
249249
POSTGRES_PGLITE_OUT: ${{ github.workspace }}/packages/pglite/release
250-
working-directory: ${{ github.workspace }}/postgres-pglite/pglite
250+
working-directory: ${{ github.workspace }}
251251
run: |
252-
NO_SDK_CHECK=true SDKROOT=/opt/python-wasm-sdk bash ./cibuild.sh demo-site
252+
NO_SDK_CHECK=true SDKROOT=/opt/python-wasm-sdk bash ./postgres-pglite/pglite/cibuild.sh demo-site
253253
254254
- name: Build docs
255255
working-directory: ./docs

0 commit comments

Comments
 (0)