We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a973042 commit 3182937Copy full SHA for 3182937
.github/workflows/test-deploy.yaml
@@ -61,7 +61,7 @@ jobs:
61
npm install
62
cp ../../../docs/config/gatsby-config.js gatsby-config-preview.js
63
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
+ npx gatsby build --prefix-paths --config gatsby-config-preview.js
65
- name: Cache docs build output
66
uses: actions/cache@v4
67
with:
0 commit comments