Skip to content

Commit 3182937

Browse files
committed
Add npx
1 parent a973042 commit 3182937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
npm install
6262
cp ../../../docs/config/gatsby-config.js gatsby-config-preview.js
6363
sed -i 's|pathPrefix: "/execution-apis"|pathPrefix: "/execution-apis/preview/PR${{ github.event.number }}"|g' gatsby-config-preview.js
64-
gatsby build --prefix-paths --config gatsby-config-preview.js
64+
npx gatsby build --prefix-paths --config gatsby-config-preview.js
6565
- name: Cache docs build output
6666
uses: actions/cache@v4
6767
with:

0 commit comments

Comments
 (0)